libgit2: 1.1.1 -> 1.3.0

This commit is contained in:
Martin Weinelt 2021-10-10 12:12:11 +02:00
parent ebcf6f1912
commit 973a283f88

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.1.1";
version = "1.3.0";
# keep the version in sync with python3.pkgs.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "sha256-SxceIxT0aeiiiZCeSIe6EOa+MyVpQVaiv/ZZn6fkwIc=";
sha256 = "sha256-7atNkOBzX+nU1gtFQEaE+EF1L+eex+Ajhq2ocoJY920=";
};
cmakeFlags = [