libgit2: 0.26.6 -> 0.26.8
0.26.7 is a security fix release 0.26.8 is a security fix release Notes: https://github.com/libgit2/libgit2/releases/tag/v0.26.8 https://github.com/libgit2/libgit2/releases/tag/v0.26.7
This commit is contained in:
parent
75999d4e38
commit
28b4b4b1e4
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
name = "libgit2-${version}";
|
name = "libgit2-${version}";
|
||||||
version = "0.26.6";
|
version = "0.26.8";
|
||||||
# keep the version in sync with pythonPackages.pygit2 and gnome3.libgit2-glib
|
# keep the version in sync with pythonPackages.pygit2 and gnome3.libgit2-glib
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libgit2";
|
owner = "libgit2";
|
||||||
repo = "libgit2";
|
repo = "libgit2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3";
|
sha256 = "0wmjgvz8nrpk2dsn5bcc87nl0j5hb6pah2hzrj0b6jkk9mnin9fl";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DTHREADSAFE=ON" ];
|
cmakeFlags = [ "-DTHREADSAFE=ON" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user