Skip to content

Commit

Permalink
libgit2: 0.26.6 -> 0.26.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dtzWill committed Nov 21, 2018
1 parent 75999d4 commit 28b4b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/git2/default.nix
Expand Up @@ -5,14 +5,14 @@

stdenv.mkDerivation (rec {
name = "libgit2-${version}";
version = "0.26.6";
version = "0.26.8";
# keep the version in sync with pythonPackages.pygit2 and gnome3.libgit2-glib

src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3";
sha256 = "0wmjgvz8nrpk2dsn5bcc87nl0j5hb6pah2hzrj0b6jkk9mnin9fl";
};

cmakeFlags = [ "-DTHREADSAFE=ON" ];
Expand Down

0 comments on commit 28b4b4b

Please sign in to comment.