zsh-forgit: 23.01.0 -> 23.02.0

This commit is contained in:
R. Ryantm 2023-02-04 09:28:47 +00:00
parent 0a55d764ac
commit 58ac9e054e

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "zsh-forgit";
version = "23.01.0";
version = "23.02.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-guAjxFhtybbRyRRXDELDHrM2Xzmi96wPxD2nhL9Ifmk=";
sha256 = "sha256-PGFYw7JbuYHOVycPlYcRItElcyuKEg2cGv4wn6In5Mo=";
};
strictDeps = true;