Merge pull request #493 from c9/use-stable-lftp-download

Excellent, thanks!
This commit is contained in:
cillianderoiste
2013-05-01 02:13:08 -07:00

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "lftp-4.4.5";
src = fetchurl {
url = "ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/${name}.tar.xz";
url = "ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/${name}.tar.xz";
sha256 = "1p3nxsd2an9pdwc3vgwxy8p5nnjrc7mhilikjaddy62cyvxdbpxq";
};