fishPlugins.forgit: 26.05.0 -> 26.07.0 (#537335)

This commit is contained in:
Yt
2026-07-01 10:33:48 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildFishPlugin rec {
pname = "forgit";
version = "26.05.0";
version = "26.07.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
hash = "sha256-EFbzrVgLfVO+dEEQ1vZUcZkIszZFCktYjQjwkBVrHQI=";
hash = "sha256-Ks/kUuQLtzKLjwIDpfkh6pL90aII8Rfh8ijxDmlFvmg=";
};
postInstall = ''