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

zsh-forgit: 23.02.0 -> 23.03.0
This commit is contained in:
Weijia Wang 2023-03-03 21:47:48 +02:00 committed by GitHub
commit cc3cddc25f
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.02.0";
version = "23.03.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-PGFYw7JbuYHOVycPlYcRItElcyuKEg2cGv4wn6In5Mo=";
sha256 = "sha256-merUZ0IQ/qmDkquGFjKvc4vJBj4Ff62JpWYOB67lAVY=";
};
strictDeps = true;