libgit2: 1.5.1 -> 1.6.1

This commit is contained in:
R. Ryantm
2023-02-27 23:19:02 +00:00
parent a12ccf900b
commit f04260448a
@@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "libgit2";
version = "1.5.1";
version = "1.6.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-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM=";
sha256 = "sha256-W1MawEhkOOSoAEGdi2Ay+4wRo/bBPoh1HnwUxx9wHzA=";
};
cmakeFlags = [