new version of ISC dhcpd
svn path=/nixpkgs/trunk/; revision=6074
This commit is contained in:
parent
a4b37a367a
commit
7154adfa34
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, groff, nettools, coreutils, iputils, gnused, bash}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dhcp-3.0.3";
|
||||
name = "dhcp-3.0.4";
|
||||
builder=./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/dhcp-3.0.3.tar.gz;
|
||||
md5 = "f91416a0b8ed3fd0601688cf0b7df58f";
|
||||
url = http://ftp.isc.org/isc/dhcp/dhcp-3.0.4.tar.gz;
|
||||
md5 = "004ef935fd54b8046b16bdde31a9e151";
|
||||
};
|
||||
buildInputs = [groff];
|
||||
inherit nettools coreutils iputils gnused bash;
|
||||
|
Loading…
Reference in New Issue
Block a user