zsh-forgit: 25.06.0 -> 25.07.0 (#421421)

authored by Jenny and committed by GitHub 3f3e56ea d9a8a20e

+2 -2
+2 -2
pkgs/by-name/zs/zsh-forgit/package.nix
··· 15 16 stdenvNoCC.mkDerivation (finalAttrs: { 17 pname = "zsh-forgit"; 18 - version = "25.06.0"; 19 20 src = fetchFromGitHub { 21 owner = "wfxr"; 22 repo = "forgit"; 23 tag = finalAttrs.version; 24 - hash = "sha256-D1we3pOPXNsK8KgEaRBAmD5eH1i2ud4zX1GwYbOyZvY="; 25 }; 26 27 strictDeps = true;
··· 15 16 stdenvNoCC.mkDerivation (finalAttrs: { 17 pname = "zsh-forgit"; 18 + version = "25.07.0"; 19 20 src = fetchFromGitHub { 21 owner = "wfxr"; 22 repo = "forgit"; 23 tag = finalAttrs.version; 24 + hash = "sha256-h9li2nwKG6SnOQntWZpdeBbU3RrwO4+4yO7tAwuOwhE="; 25 }; 26 27 strictDeps = true;