zsh-forgit: 25.02.0 -> 25.03.0 (#386086)

Co-authored-by: deejayem <deejayem@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] deejayem and committed by GitHub 95eacfb6 46750884

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