diff --git a/pkgs/by-name/zs/zsh-command-time/package.nix b/pkgs/by-name/zs/zsh-command-time/package.nix index c10b67c2b3de..cfdb48104a5b 100644 --- a/pkgs/by-name/zs/zsh-command-time/package.nix +++ b/pkgs/by-name/zs/zsh-command-time/package.nix @@ -9,14 +9,14 @@ # ''; stdenv.mkDerivation { - version = "2018-04-30"; + version = "2020-11-15"; pname = "zsh-command-time"; src = fetchFromGitHub { owner = "popstas"; repo = "zsh-command-time"; - rev = "afb4a4c9ae7ce64ca9d4f334a79a25e46daad0aa"; - sha256 = "1bvyjgz6bhgg1nwr56r50p6fblgah6yiql55pgm5abnn2h876fjq"; + rev = "803d26eef526bff1494d1a584e46a6e08d25d918"; + hash = "sha256-ndHVFcz+XmUW0zwFq7pBXygdRKyPLjDZNmTelhd5bv8="; }; strictDeps = true; @@ -31,5 +31,6 @@ stdenv.mkDerivation { homepage = "https://github.com/popstas/zsh-command-time"; license = licenses.mit; platforms = platforms.unix; + maintainers = with maintainers; [ lassulus ]; }; }