Merge pull request #236004 from r-ryantm/auto-update/zsh-forgit

zsh-forgit: 23.05.0 -> 23.06.0
This commit is contained in:
figsoda 2023-06-05 11:34:39 -04:00 committed by GitHub
commit e803959443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;