zsh-forgit: 23.02.0 -> 23.03.0

This commit is contained in:
R. Ryantm 2023-03-03 00:50:48 +00:00
parent 255f62ed45
commit 3937eb869a

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;