forked from mirrors/nixpkgs
lftp: use a download location that keeps old versions around
This commit is contained in:
parent
b8eaa5d3eb
commit
aa555c56ac
|
@ -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