fishPlugins.forgit: 25.08.0 -> 25.09.0 (#439033)

This commit is contained in:
Yt
2025-09-01 21:25:01 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "25.08.0";
version = "25.09.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-45NeIRSTNiCqctdwBaS/qOeOI/8f4L+KVI/I6grYm+0=";
hash = "sha256-hbPiuuiyPOCtnByInhoA0atVDwNaMRfzp1n9dusg59I=";
};
postInstall = ''