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
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user