We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ef6f2 + dbb2c4f commit 7e742c4Copy full SHA for 7e742c4
pkgs/by-name/zs/zsh-forgit/package.nix
@@ -15,13 +15,13 @@
15
16
stdenvNoCC.mkDerivation (finalAttrs: {
17
pname = "zsh-forgit";
18
- version = "25.03.0";
+ version = "25.05.0";
19
20
src = fetchFromGitHub {
21
owner = "wfxr";
22
repo = "forgit";
23
tag = finalAttrs.version;
24
- hash = "sha256-wYCuCxPv3HGEGaze/+an6ZprCtXu5ThsTCwaIquEy3Y=";
+ hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ=";
25
};
26
27
strictDeps = true;
0 commit comments