fishPlugins.forgit: 26.01.0 -> 26.04.0

This commit is contained in:
R. Ryantm
2026-04-01 01:10:38 +00:00
parent 67279b320a
commit c0499f58e8
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "26.01.0";
version = "26.04.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-3PjKFARsN3BE5c3/JonNj+LpKBPT1N3hc1bK6NdWDTQ=";
hash = "sha256-H5Vuf+VIrurs9lwad/K4klElXvM1kg6LEjm/wgv1/z8=";
};
postInstall = ''