fishPlugins.forgit: 25.08.0 -> 25.09.0

This commit is contained in:
R. Ryantm
2025-09-01 01:20:19 +00:00
parent 2e6aeede9c
commit 9a250ef295
+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 = ''