Skip to content

Commit

Permalink
Merge #32161: curl: 7.56.1 -> 7.57.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e4edca)
It fixes three CVEs.
  • Loading branch information
orivej authored and vcunat committed Nov 29, 2017
1 parent 6ede9d3 commit 7371ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/curl/default.nix
Expand Up @@ -21,11 +21,11 @@ assert scpSupport -> libssh2 != null;
assert c-aresSupport -> c-ares != null;

stdenv.mkDerivation rec {
name = "curl-7.56.1";
name = "curl-7.57.0";

src = fetchurl {
url = "http://curl.haxx.se/download/${name}.tar.bz2";
sha256 = "142zidvlmrz31yx480nrhh47hl01d7jbaagin23pspl7cw1ng515";
sha256 = "09j88lzqmi79rvvg2l7bjcs56330bq388f5p468hgblf6hdf6by9";
};

outputs = [ "bin" "dev" "out" "man" "devdoc" ];
Expand Down

0 comments on commit 7371ef5

Please sign in to comment.