Skip to content

Commit e0df23e

Browse files
authored
fishPlugins.forgit: 24.09.0 -> 24.10.0 (#346101)
2 parents 6d5e7f0 + 4433789 commit e0df23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shells/fish/plugins/forgit.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildFishPlugin rec {
44
pname = "forgit";
5-
version = "24.09.0";
5+
version = "24.10.0";
66

77
src = fetchFromGitHub {
88
owner = "wfxr";
99
repo = "forgit";
1010
rev = version;
11-
hash = "sha256-8QgnEu41BHeX6heP2slQT+X+Dti+7Ij+J2zqmU4dm3I=";
11+
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
1212
};
1313

1414
postInstall = ''

0 commit comments

Comments
 (0)