libgit2: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm 2023-03-25 00:30:20 +00:00
parent 612676d971
commit 601447fcb7

View file

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