Merge pull request #214516 from r-ryantm/auto-update/zsh-forgit

zsh-forgit: 23.01.0 -> 23.02.0
This commit is contained in:
Weijia Wang
2023-02-05 04:23:05 +01:00
committed by GitHub
+2 -2
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;