new version of ISC dhcpd

svn path=/nixpkgs/trunk/; revision=6074
This commit is contained in:
Armijn Hemel 2006-08-08 17:50:16 +00:00
parent a4b37a367a
commit 7154adfa34

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, groff, nettools, coreutils, iputils, gnused, bash}: {stdenv, fetchurl, groff, nettools, coreutils, iputils, gnused, bash}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "dhcp-3.0.3"; name = "dhcp-3.0.4";
builder=./builder.sh; builder=./builder.sh;
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/dhcp-3.0.3.tar.gz; url = http://ftp.isc.org/isc/dhcp/dhcp-3.0.4.tar.gz;
md5 = "f91416a0b8ed3fd0601688cf0b7df58f"; md5 = "004ef935fd54b8046b16bdde31a9e151";
}; };
buildInputs = [groff]; buildInputs = [groff];
inherit nettools coreutils iputils gnused bash; inherit nettools coreutils iputils gnused bash;