Author: eelco
Date: Thu Mar 10 13:35:19 2011
New Revision: 26249
URL: https://svn.nixos.org/websvn/nix/?rev=26249&sc=1

Log:
* dnsmasq updated to 2.57.

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     Thu Mar 10 
13:07:47 2011        (r26248)
+++ nixpkgs/trunk/pkgs/tools/networking/dnsmasq/default.nix     Thu Mar 10 
13:35:19 2011        (r26249)
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "dnsmasq-2.55";
+  name = "dnsmasq-2.57";
 
   src = fetchurl {
     url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.gz";;
-    sha256 = "0agrz7lvqdvh7ps173nr5yl00dblv2lpd0x9pm64f03zjzsyqqyg";
+    sha256 = "1bpq1wsc7cs1nqs7abhn96nxmdncdf7c58987f9kdmi246wcgq62";
   };
 
   makeFlags = "DESTDIR= BINDIR=$(out)/bin MANDIR=$(out)/man 
LOCALEDIR=$(out)/share/locale";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to