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

zsh-forgit: 23.09.0 -> 24.01.0
This commit is contained in:
Nick Cao 2024-01-02 11:38:06 -05:00 committed by GitHub
commit f01121fe73
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.09.0";
version = "24.01.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-WvJxjEzF3vi+YPVSH3QdDyp3oxNypMoB71TAJ7D8hOQ=";
sha256 = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
};
strictDeps = true;