zsh-forgit: 26.04.2 -> 26.05.0 (#515318)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-01 15:46:02 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-forgit";
version = "26.04.2";
version = "26.05.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
tag = finalAttrs.version;
hash = "sha256-/zFws4/QkAuoV2edtxW3jK1HbftigYNZzTkSg5Y4Phg=";
hash = "sha256-EFbzrVgLfVO+dEEQ1vZUcZkIszZFCktYjQjwkBVrHQI=";
};
strictDeps = true;