zsh-forgit: 24.10.0 -> 24.11.0

This commit is contained in:
R. Ryantm 2024-11-04 01:12:18 +00:00
parent d25ccf9c58
commit 6bbdae6f91

View File

@ -14,13 +14,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "zsh-forgit";
version = "24.10.0";
version = "24.11.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
hash = "sha256-8BMFL3WktkkB8m6asbNeb9swnLWi3jHo012fBXGa8ls=";
};
strictDeps = true;