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

zsh-forgit: 23.07.0 -> 23.08.1
This commit is contained in:
Weijia Wang 2023-08-12 22:51:42 +02:00 committed by GitHub
commit fec95cc155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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