lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh-forgit: 25.03.0 -> 25.05.0 (#403203)

authored by stepbrobd.com and committed by

GitHub 7e742c43 47ef6f2f

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