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

git-extras: 6.5.0 -> 7.0.0
This commit is contained in:
Nikolay Korotkiy 2023-04-30 10:19:14 +04:00 committed by GitHub
commit 468356287f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "git-extras";
version = "6.5.0";
version = "7.0.0";
src = fetchFromGitHub {
owner = "tj";
repo = "git-extras";
rev = version;
sha256 = "sha256-7VNkIFjz4stRT48a9uXks84W7/tP3p7esMJKnIe1O+8=";
sha256 = "sha256-BoTMaM/6F/vXn9y80baYnP9z0PwgnJrk9inYt0JIb+Q=";
};
postPatch = ''