zsh-forgit: 23.04.0 -> 23.05.0

This commit is contained in:
R. Ryantm 2023-05-05 05:12:08 +00:00
parent ae55ff1d1b
commit 50b86d1a3e

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zsh-forgit"; pname = "zsh-forgit";
version = "23.04.0"; version = "23.05.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wfxr"; owner = "wfxr";
repo = "forgit"; repo = "forgit";
rev = version; rev = version;
sha256 = "sha256-3lvYIuzuJw0CQlaAQG6hAyfUgSXM+3BOmKRVDNFUN/U="; sha256 = "sha256-oBPN8ehz00cDIs6mmGfCBzuDQMLG5z3G6KetJ1FK7e8=";
}; };
strictDeps = true; strictDeps = true;