zsh-forgit: 25.03.0 -> 25.05.0

This commit is contained in:
R. Ryantm
2025-05-01 02:22:18 +00:00
parent 547c144d7d
commit dbb2c4fb28
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-forgit";
version = "25.03.0";
version = "25.05.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
tag = finalAttrs.version;
hash = "sha256-wYCuCxPv3HGEGaze/+an6ZprCtXu5ThsTCwaIquEy3Y=";
hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ=";
};
strictDeps = true;