mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
openssh: Fix broken URL
This commit is contained in:
parent
48e969d776
commit
9b6eeecbde
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
name = "openssh-6.6p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.nl.uu.net/pub/OpenBSD/OpenSSH/portable/${name}.tar.gz";
|
||||
url = "http://ftp.nluug.nl/pub/OpenBSD/OpenSSH/portable/${name}.tar.gz";
|
||||
sha256 = "1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user