Skip to content

Commit 6bbdae6

Browse files
committed
zsh-forgit: 24.10.0 -> 24.11.0
1 parent d25ccf9 commit 6bbdae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shells/zsh/zsh-forgit/default.nix

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

1515
stdenvNoCC.mkDerivation (finalAttrs: {
1616
pname = "zsh-forgit";
17-
version = "24.10.0";
17+
version = "24.11.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "wfxr";
2121
repo = "forgit";
2222
rev = "refs/tags/${finalAttrs.version}";
23-
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
23+
hash = "sha256-8BMFL3WktkkB8m6asbNeb9swnLWi3jHo012fBXGa8ls=";
2424
};
2525

2626
strictDeps = true;

0 commit comments

Comments
 (0)