mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
curl: Change default src url (close #12851)
- Changes the default src url away from http://curl.haxx.se to an official mirror because haxx.se resolves to https and bootstrap curl doesn't have https support. Please see https://github.com/NixOS/nixpkgs/issues/12816 for more info.
This commit is contained in:
parent
1e04d875db
commit
98ffc61e2f
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
name = "curl-7.45.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://curl.haxx.se/download/${name}.tar.bz2";
|
||||
url = "http://ngcobalt13.uxnr.de/mirror/curl/${name}.tar.bz2";
|
||||
sha256 = "1slq5c0v9wa8hajgimhkxhvsrd07jmih8sa3gjsl597qp5k4w5b5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user