Merge pull request #300615 from r-ryantm/auto-update/fishPlugins.forgit

fishPlugins.forgit: 24.03.2 -> 24.04.0
This commit is contained in:
Yt
2024-04-01 11:00:18 +00:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "24.03.2";
version = "24.04.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-DnGQHWx3uFHFEI1kMTB6hfmaE4tY4O/hesPKj5s4uwQ=";
hash = "sha256-fvhlN2N3u++rfAeiwRRUX+Cv5expyA6aEUB6/TvV5+4=";
};
postInstall = ''