mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
Update lftp
This commit is contained in:
parent
b3b9ec4c89
commit
cee91fe789
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lftp-4.5.5";
|
||||
name = "lftp-4.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"http://lftp.yar.ru/ftp/${name}.tar.bz2"
|
||||
"http://lftp.yar.ru/ftp/old/${name}.tar.bz2"
|
||||
];
|
||||
sha256 = "11885mj0xk5b1mnvf63s33874x7fcg87bszsyalxwsab4yfplam3";
|
||||
sha256 = "1liry2icaqyn9zlp7w6sykp3nyqsn172xnqglhvr6awz23r3b1fr";
|
||||
};
|
||||
|
||||
patches = [ ./no-gets.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user