zsh-git-prompt 0.4z -> 0.5 https://repology.org/project/zsh-git-prompt/versions attrpath: zsh-git-prompt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/shells/zsh/zsh-git-prompt/default.nix b/pkgs/shells/zsh/zsh-git-prompt/default.nix index f9e5633476ab..83f7b9ce2a52 100644 --- a/pkgs/shells/zsh/zsh-git-prompt/default.nix +++ b/pkgs/shells/zsh/zsh-git-prompt/default.nix @@ -35,12 +35,12 @@ haskellPackages.callPackage ({ mkDerivation, base, HUnit, parsec, process, QuickCheck }: mkDerivation rec { pname = "zsh-git-prompt"; - version = "0.4z"; # While we await a real 0.5 release. + version = "0.5"; # While we await a real 0.5 release. src = fetchFromGitHub { owner = "starcraftman"; repo = "zsh-git-prompt"; rev = "11b83ba3b85d14c66cf2ab79faefab6d838da28e"; - sha256 = "04aylsjfb03ckw219plkzpyiq4j9g66bjxa5pa56h1p7df6pjssb"; + sha256 = "sha256-S2t5jWvnBmiKukV1uYx5SRIc/f2T3hQEn2yA5aSmXhE="; }; prePatch = '' substituteInPlace zshrc.sh \ Source url did not change.