* Fix a bunch of URLs.
svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, groff, nettools, coreutils, iputils, gnused, bash}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dhcp-3.0.5";
|
||||
name = "dhcp-3.0.6";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.isc.org/isc/dhcp/dhcp-3.0.5.tar.gz;
|
||||
sha256 = "1dpz6y08vrn3mw0lrlwq1sfiq6nsixpwwgb9hngddka1lfr5yi6x";
|
||||
url = http://ftp.isc.org/isc/dhcp/dhcp-3.0.6.tar.gz;
|
||||
sha256 = "0k8gy3ab9kzs4qcc9apgnxi982lhggha41fkw9w1bmvmz7mv0xwz";
|
||||
};
|
||||
buildInputs = [groff];
|
||||
inherit nettools coreutils iputils gnused bash;
|
||||
|
||||
@@ -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];
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
assert stdenv.isLinux -> libcap != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ntp-4.2.4";
|
||||
name = "ntp-4.2.4p3";
|
||||
src = fetchurl {
|
||||
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4.tar.gz;
|
||||
md5 = "eb9147d26cbe18bd8fbec07f1df55aef";
|
||||
url = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4p3.tar.gz;
|
||||
sha256 = "077y1hw6v0qnp3j3w3pcxgsc76waswqhwsbzfj3jqc79jfh65jv9";
|
||||
};
|
||||
configureFlags = "
|
||||
--without-crypto
|
||||
|
||||
Reference in New Issue
Block a user