Skip to content

Commit 7e742c4

Browse files
authored
zsh-forgit: 25.03.0 -> 25.05.0 (#403203)
2 parents 47ef6f2 + dbb2c4f commit 7e742c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/zs/zsh-forgit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenvNoCC.mkDerivation (finalAttrs: {
1717
pname = "zsh-forgit";
18-
version = "25.03.0";
18+
version = "25.05.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "wfxr";
2222
repo = "forgit";
2323
tag = finalAttrs.version;
24-
hash = "sha256-wYCuCxPv3HGEGaze/+an6ZprCtXu5ThsTCwaIquEy3Y=";
24+
hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ=";
2525
};
2626

2727
strictDeps = true;

0 commit comments

Comments
 (0)