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
@@ -431,4 +431,13 @@ rec {
|
||||
http://mysql.mirrors.pair.com/Downloads/
|
||||
http://cdn.mysql.com/Downloads/
|
||||
];
|
||||
|
||||
# OpenBSD mirrors
|
||||
openbsd = [
|
||||
http://ftp.openbsd.org/pub/OpenBSD/
|
||||
ftp://ftp.nluug.nl/pub/OpenBSD/
|
||||
ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/
|
||||
ftp://ftp.halifax.rwth-aachen.de/pub/OpenBSD/
|
||||
ftp://mirror.switch.ch/pub/OpenBSD/
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user