zsh-forgit: 24.09.0 -> 24.10.0 (#346395)

This commit is contained in:
h7x4
2024-10-04 18:31:55 +02:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-forgit";
version = "24.09.0";
version = "24.10.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-8QgnEu41BHeX6heP2slQT+X+Dti+7Ij+J2zqmU4dm3I=";
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
};
strictDeps = true;