mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
lftp: update to 4.4.5
This commit is contained in:
parent
bfa358c76e
commit
277816eb00
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib, xz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lftp-4.4.0";
|
||||
name = "lftp-4.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/${name}.tar.xz";
|
||||
sha256 = "0cg4gabya2sygbwh2b0cdr8v719q9gv929hdb5g1mxgj8npjd4y7";
|
||||
sha256 = "1p3nxsd2an9pdwc3vgwxy8p5nnjrc7mhilikjaddy62cyvxdbpxq";
|
||||
};
|
||||
|
||||
patches = [ ./no-gets.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user