libgit2: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2023-04-20 09:24:14 +00:00
parent 01cbd79e2f
commit 0131a9a6b0

View file

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