* Fix a bunch of URLs.
svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, readline}:
|
||||
stdenv.mkDerivation {
|
||||
name = "lftp-3.5.11";
|
||||
name = "lftp-3.5.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-3.5.11.tar.bz2;
|
||||
md5 = "a1691cc0b6f0045a61e9f3d4f668fe13";
|
||||
url = ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/lftp-3.5.14.tar.bz2;
|
||||
sha256 = "0hzrbhpgvndpd4wd08whfv1iqzbcijs1nxz40rhn651xabhiasrv";
|
||||
};
|
||||
|
||||
buildInputs = [readline ];
|
||||
buildInputs = [readline];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user