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

zsh-forgit: 24.01.0 -> 24.02.0
This commit is contained in:
Nick Cao 2024-02-01 09:39:28 -05:00 committed by GitHub
commit 23a4ccbd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "zsh-forgit";
version = "24.01.0";
version = "24.02.0";
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
rev = version;
sha256 = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
sha256 = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI=";
};
strictDeps = true;