libgit2: 1.6.4 -> 1.7.0

Diff: https://github.com/libgit2/libgit2/compare/v1.6.4...v1.7.0
This commit is contained in:
Sandro Jäckel 2023-07-17 15:41:37 +02:00
parent fdf0e8f80a
commit 078ebb0fe8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.6.4";
version = "1.7.0";
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
hash = "sha256-lW3mokVKsbknVj2xsxEbeZH4IdKZ0aIgGutzenS0Eh0=";
hash = "sha256-3ZVBGd2T5DQKsDEc5a7pS0yz01+rDCszU9ZK0zxvfyQ=";
};
cmakeFlags = [