forked from mirrors/nixpkgs
curl: use an official download link
It works now that we have e6f61b4cf3
.
This commit is contained in:
parent
af4e8a4d3b
commit
a458a9f78f
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
name = "curl-7.47.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ngcobalt13.uxnr.de/mirror/curl/${name}.tar.bz2";
|
||||
url = "http://curl.haxx.se/download/${name}.tar.bz2";
|
||||
sha256 = "13z9gba3q2ybp50z0gdkzhwcx9m0i7qkvm278yz4pql2jfml7inx";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue