fishPlugins.forgit: 26.05.0 -> 26.07.0

This commit is contained in:
R. Ryantm
2026-07-01 09:09:47 +00:00
parent 59f622ab22
commit b256ed53f1
+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 = ''