Author: eelco
Date: Mon Oct 11 19:30:54 2010
New Revision: 24222
URL: https://svn.nixos.org/websvn/nix/?rev=24222&sc=1
Log:
* dnsmasq updated to 2.55.
Modified:
nixpkgs/trunk/pkgs/tools/networking/dnsmasq/default.nix
Modified: nixpkgs/trunk/pkgs/tools/networking/dnsmasq/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/dnsmasq/default.nix Mon Oct 11
19:19:13 2010 (r24221)
+++ nixpkgs/trunk/pkgs/tools/networking/dnsmasq/default.nix Mon Oct 11
19:30:54 2010 (r24222)
@@ -1,17 +1,17 @@
{ stdenv, fetchurl }:
-stdenv.mkDerivation {
- name = "dnsmasq-2.40";
+stdenv.mkDerivation rec {
+ name = "dnsmasq-2.55";
src = fetchurl {
- url = http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.40.tar.gz;
- sha256 = "1q346l403rvvmvr14fk2l201p8fl3p5417vkp95zlx00jdb7hl8n";
+ url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.gz";
+ sha256 = "0agrz7lvqdvh7ps173nr5yl00dblv2lpd0x9pm64f03zjzsyqqyg";
};
- installPhase = "ensureDir \$out/bin; make DESTDIR= BINDIR=\$out/bin
MANDIR=\$out/man LOCALEDIR=\$out/share/locale install";
+ makeFlags = "DESTDIR= BINDIR=$(out)/bin MANDIR=$(out)/man
LOCALEDIR=$(out)/share/locale";
meta = {
- description = "DNS forwarder and DHCP server";
+ description = "An integrated DNS, DHCP and TFTP server for small networks";
homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html;
license = "GPL";
};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits