zsh-forgit: 26.05.0 -> 26.07.0

This commit is contained in:
R. Ryantm
2026-07-01 03:24:21 +00:00
parent 5bb269961b
commit c975ef3d1a
+2 -2
View File
@@ -16,13 +16,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-forgit";
version = "26.05.0";
version = "26.07.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
tag = finalAttrs.version;
hash = "sha256-EFbzrVgLfVO+dEEQ1vZUcZkIszZFCktYjQjwkBVrHQI=";
hash = "sha256-Ks/kUuQLtzKLjwIDpfkh6pL90aII8Rfh8ijxDmlFvmg=";
};
strictDeps = true;