zsh-forgit: 23.08.1 -> 23.09.0

This commit is contained in:
R. Ryantm 2023-09-06 02:23:11 +00:00
parent 2c9e9de1fe
commit 5710c833d9

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "zsh-forgit";
version = "23.08.1";
version = "23.09.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-YyPB7Kd6ScV0VVXR9wdxqd3oIyxdxRRgmK2c8E3uzWk=";
sha256 = "sha256-WvJxjEzF3vi+YPVSH3QdDyp3oxNypMoB71TAJ7D8hOQ=";
};
strictDeps = true;