zsh-forgit: 23.05.0 -> 23.06.0

This commit is contained in:
R. Ryantm 2023-06-05 03:42:28 +00:00
parent 87a0230e64
commit d31ea9f454

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "zsh-forgit";
version = "23.05.0";
version = "23.06.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-oBPN8ehz00cDIs6mmGfCBzuDQMLG5z3G6KetJ1FK7e8=";
sha256 = "sha256-HxdTRv4OFf7Bh3FnTB7FMjhizCLH5DbuOHzQq2SYfAE=";
};
strictDeps = true;