Skip to content

Commit

Permalink
libgit2: 0.24.1 -> 0.24.2 for CVE-2016-8568, CVE-2016-8569
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 26, 2016
1 parent 210b3b3 commit 65a6484
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
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, python, libssh2, openssl, curl, http-parser, libiconv }:

stdenv.mkDerivation (rec {
version = "0.24.1";
version = "0.24.2";
name = "libgit2-${version}";

src = fetchurl {
name = "${name}.tar.gz";
url = "https://github.com/libgit2/libgit2/tarball/v${version}";
sha256 = "0rw80480dx2f6a2wbb1bwixygg1iwq3r7vwhxdmkkf4lpxd35jhd";
sha256 = "0avijw83vfx64cn23vx2j1h14zmkx8silgjnq6q2qw2z3sh73hs1";
};

# TODO: `cargo` (rust's package manager) surfaced a serious bug in
Expand Down

0 comments on commit 65a6484

Please sign in to comment.