Merge pull request #306428 from r-ryantm/auto-update/git-extras

This commit is contained in:
Sandro 2024-04-25 13:34:10 +02:00 committed by GitHub
commit 3c473a2048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "git-extras";
version = "7.1.0";
version = "7.2.0";
src = fetchFromGitHub {
owner = "tj";
repo = "git-extras";
rev = version;
sha256 = "sha256-e1UUAHXTRNgNWrYZuLGdrQIAD8WADmA2B9bVnDNidf8=";
sha256 = "sha256-Zzk133ZJv91zbFz0U9tiv8pb0pAIBt9Y/8PYIaABMGc=";
};
postPatch = ''