Merge pull request #493 from c9/use-stable-lftp-download
Excellent, thanks!
This commit is contained in:
commit
7ee133dc98
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue