Skip to content

Commit

Permalink
curl: 7.50.3 -> 7.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 2, 2016
1 parent 08d7fbb commit 1e1609d
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 @@ -18,11 +18,11 @@ assert scpSupport -> libssh2 != null;
assert c-aresSupport -> c-ares != null;

stdenv.mkDerivation rec {
name = "curl-7.50.3";
name = "curl-7.51.0";

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

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

1 comment on commit 1e1609d

@grahamc
Copy link
Member

@grahamc grahamc commented on 1e1609d Nov 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! :)

Please sign in to comment.