libgit2: 1.4.4 -> 1.5.0

This commit is contained in:
Sandro Jäckel
2022-07-15 11:32:54 +02:00
parent 693415f9fe
commit dc7ba75c10
@@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.4.4";
version = "1.5.0";
# also check the following packages for updates: python3.pkgs.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "sha256-uEwxXRBN329p1GqAzYb7HkFqwAfc6nFtBgANxloqdog=";
sha256 = "sha256-lXFQo+tt56BFoPgdkTfz6WdIngeotTm+8cAGcBP6XqY=";
};
cmakeFlags = [