about summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-22 20:12:09 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-22 20:12:09 +0000
commitc12db8f8dc8c4e3e03e3f283330c9b1f107d81c6 (patch)
tree25b065315372819871fbc88b05a7c2539d590ff8 /pkgs/tools/networking/openssh
parent5d04ec0364383edb7fb9ee5ea10128a65b75c0ba (diff)
downloadnixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar.gz
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar.bz2
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar.lz
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar.xz
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.tar.zst
nixlib-c12db8f8dc8c4e3e03e3f283330c9b1f107d81c6.zip
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
Diffstat (limited to 'pkgs/tools/networking/openssh')
-rw-r--r--pkgs/tools/networking/openssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index e511ec415a25..cd3074546f42 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -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";
   };