fetchurl: add mirrors for OpenBSD (close #5551)

This changes source URLs for openssh and libressl accordingly.
This commit is contained in:
Franz Pletz
2015-01-20 16:24:00 +01:00
committed by Vladimír Čunát
parent 3dbebb27be
commit 07e1566b7d
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -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/
];
}