fetchurl: add mirrors for OpenBSD (close #5551)
This changes source URLs for openssh and libressl accordingly.
This commit is contained in:
committed by
Vladimír Čunát
parent
3dbebb27be
commit
07e1566b7d
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${name}.tar.gz";
|
||||
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
|
||||
sha256 = "16pwgmj90k10pf03il39lnck5kqw59hj0fp2qhmgsgmrvssn6m1z";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user