zsh-forgit: 23.06.0 -> 23.07.0

This commit is contained in:
R. Ryantm
2023-07-05 18:05:21 +00:00
parent e98468ff90
commit 4101de4953
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "zsh-forgit";
version = "23.06.0";
version = "23.07.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-HxdTRv4OFf7Bh3FnTB7FMjhizCLH5DbuOHzQq2SYfAE=";
sha256 = "sha256-PNeS/YpL56Ir3xoiUzOU5Tkhq0B5eyudzEuOt2yCqh4=";
};
strictDeps = true;