Skip to content

Commit

Permalink
libgit2: 0.26.0 -> 0.26.6 (security, fixes)
Browse files Browse the repository at this point in the history
Don't know that there's a reason to keep the patch level
fixed at 0, optimistically bumping to latest (6).
  • Loading branch information
dtzWill committed Aug 7, 2018
1 parent f0fcbaf commit 8c78eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/git2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

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

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

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

0 comments on commit 8c78eee

Please sign in to comment.