fishPlugins.forgit: 25.02.0 -> 25.03.0 (#386087)

This commit is contained in:
Yt
2025-03-01 09:39:51 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "25.02.0";
version = "25.03.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-vVsJe/MycQrwHLJOlBFLCuKuVDwQfQSMp56Y7beEUyg=";
hash = "sha256-wYCuCxPv3HGEGaze/+an6ZprCtXu5ThsTCwaIquEy3Y=";
};
postInstall = ''