* Fix a bunch of URLs.

svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
Eelco Dolstra
2007-09-11 10:15:07 +00:00
parent 62934c1dee
commit 8f4d8573c0
18 changed files with 77 additions and 43 deletions
+4 -4
View File
@@ -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];
}