summary refs log tree commit diff
path: root/pkgs/development/libraries/git2
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-10-26 08:56:49 -0400
committerGraham Christensen <graham@grahamc.com>2016-10-26 08:56:49 -0400
commit65a6484f792c5939a5de678a2abdf943d139babf (patch)
treec751fbe81929b9feb2982ff19338c862b210e147 /pkgs/development/libraries/git2
parent210b3b3184b27be8597f320fc9f337d3997dce94 (diff)
downloadnixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar.gz
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar.bz2
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar.lz
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar.xz
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.tar.zst
nixpkgs-65a6484f792c5939a5de678a2abdf943d139babf.zip
libgit2: 0.24.1 -> 0.24.2 for CVE-2016-8568, CVE-2016-8569
Diffstat (limited to 'pkgs/development/libraries/git2')
-rw-r--r--pkgs/development/libraries/git2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/git2/default.nix b/pkgs/development/libraries/git2/default.nix
index 0a0c5858917..c4487dca597 100644
--- a/pkgs/development/libraries/git2/default.nix
+++ b/pkgs/development/libraries/git2/default.nix
@@ -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