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 { stdenv.mkDerivation rec {
pname = "zsh-forgit"; pname = "zsh-forgit";
version = "23.02.0"; version = "23.03.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wfxr"; owner = "wfxr";
repo = "forgit"; repo = "forgit";
rev = version; rev = version;
sha256 = "sha256-PGFYw7JbuYHOVycPlYcRItElcyuKEg2cGv4wn6In5Mo="; sha256 = "sha256-merUZ0IQ/qmDkquGFjKvc4vJBj4Ff62JpWYOB67lAVY=";
}; };
strictDeps = true; strictDeps = true;