Skip to content

Commit

Permalink
curl: 7.56.0 -> 7.56.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 9bd9305)

Security update: https://curl.haxx.se/docs/adv_20171023.html
  • Loading branch information
NeQuissimus authored and fpletz committed Oct 24, 2017
1 parent e3a0684 commit 20bb049
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.0";
name = "curl-7.56.1";

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

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

0 comments on commit 20bb049

Please sign in to comment.