Skip to content

Commit

Permalink
Merge pull request #32161 from adisbladis/curl-7_57_0
Browse files Browse the repository at this point in the history
curl: 7.56.1 -> 7.57.0
  • Loading branch information
orivej committed Nov 29, 2017
2 parents 3cb0103 + b7e6fd3 commit 0e4edca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/curl/default.nix
Original file line number Diff line number Diff line change
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 0e4edca

Please sign in to comment.