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:
Lluís Batlle i Rossell 2010-04-22 20:12:09 +00:00
parent 5d04ec0364
commit c12db8f8dc

View file

@ -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";
};