Merge pull request #286911 from r-ryantm/auto-update/libgit2

libgit2: 1.7.1 -> 1.7.2
This commit is contained in:
Weijia Wang 2024-02-08 08:51:16 +01:00 committed by GitHub
commit e63da652ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.7.1";
version = "1.7.2";
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib
outputs = ["lib" "dev" "out"];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
hash = "sha256-3W0/i6Pu7I7D1zMQhmEqJVsa7PZpKOqU1+udNENSBvM=";
hash = "sha256-fVPY/byE2/rxmv/bUykcAbmUFMlF3UZogVuTzjOXJUU=";
};
cmakeFlags = [