* 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
+3 -3
View File
@@ -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;