mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
I wrote wrong the openssh url. Btw, I changed the source server, because the old
mirror at Ultrech did not have the latest openssh even 6 days after the 5.5 release. svn path=/nixpkgs/trunk/; revision=21247
This commit is contained in:
parent
5d04ec0364
commit
c12db8f8dc
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
name = "openssh-5.5p1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.nl.uu.net/pub/OpenBSD/OpenSSH/${name}.tar.gz";
|
||||
url = "ftp://ftp.nl.uu.net/pub/OpenBSD/OpenSSH/portable/${name}.tar.gz";
|
||||
sha256 = "12kywhjnz6w6kx5fk526fhs2xc7rf234hwrms9p1hqv6zrpdvvin";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user