Merge pull request #212259 from SuperSandro2000/libgit2

libgit2: 1.5.0 -> 1.5.1
This commit is contained in:
Mario Rodas 2023-01-31 06:03:13 -05:00 committed by GitHub
commit 996c7879db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.5.0";
version = "1.5.1";
# also check the following packages for updates: python3.pkgs.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "sha256-lXFQo+tt56BFoPgdkTfz6WdIngeotTm+8cAGcBP6XqY=";
sha256 = "sha256-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM=";
};
cmakeFlags = [