From 063a627493c3e5134e356fbd6a8ad0487952fdfa Mon Sep 17 00:00:00 2001 From: Michael Fox Date: Fri, 29 Jun 2012 21:15:35 -0700 Subject: [PATCH] Curl. Uprev to 2.26.0 Solves a hideous bug which affects lots of things including nix-env. The question now is, how to rebuild everything that depends directly or indirectly on curl? More about the underlying bug and its resolution here: http://comments.gmane.org/gmane.comp.web.curl.library/33285 Bug looks like this: curl google.com curl: (7) Failed to connect to 74.125.224.35: Invalid argument --- pkgs/tools/networking/curl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/curl/default.nix b/pkgs/tools/networking/curl/default.nix index cd83ede9df4..4dcab442119 100644 --- a/pkgs/tools/networking/curl/default.nix +++ b/pkgs/tools/networking/curl/default.nix @@ -10,11 +10,11 @@ assert sslSupport -> openssl != null; assert scpSupport -> libssh2 != null; stdenv.mkDerivation rec { - name = "curl-7.22.0"; + name = "curl-7.26.0"; src = fetchurl { url = "http://curl.haxx.se/download/${name}.tar.bz2"; - sha256 = "04ji7v06f33y6plvikwj283ad6fxxxjpm7as9xw25c924f3dm85x"; + sha256 = "0snj41knvy4xbfirr88l9gq5zjzz0mwlmq0mxbfgqszb2qpjdvgw"; }; # Zlib and OpenSSL must be propagated because `libcurl.la' contains