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
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
name = "openssh-6.7p1";
src = fetchurl {
url = "http://ftp.nluug.nl/pub/OpenBSD/OpenSSH/portable/${name}.tar.gz";
url = "mirror://openbsd/OpenSSH/portable/${name}.tar.gz";
sha256 = "01smf9pvn2sk5qs80gkmc9acj07ckawi1b3xxyysp3c5mr73ky5j";
};