lftp: update 4.4.5 -> 4.4.15
Bug fixes and minor improvements. I had to switch download mirror because the current one didn't have the newest release(s).
This commit is contained in:
parent
f4cc9c29c7
commit
f249de8312
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib, xz }:
|
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib, xz }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lftp-4.4.5";
|
name = "lftp-4.4.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/${name}.tar.xz";
|
url = "http://lftp.yar.ru/ftp/${name}.tar.gz";
|
||||||
sha256 = "1p3nxsd2an9pdwc3vgwxy8p5nnjrc7mhilikjaddy62cyvxdbpxq";
|
sha256 = "1iw0xvvi9wr7grm6dwbxgm8ms98pg5skj44q477gxzrrff9dvvvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-gets.patch ];
|
patches = [ ./no-gets.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user