summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-06 22:31:43 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-06 22:31:43 +0200
commit68c15230c63e9053e217662a1641ecf7642ddb20 (patch)
tree8066140e2de97402baa299e703315c5e459dc111 /pkgs
parent681b5f4b4a91ffd41d52fafb58b54f8d4bfd8e81 (diff)
downloadnixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar.gz
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar.bz2
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar.lz
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar.xz
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.tar.zst
nixlib-68c15230c63e9053e217662a1641ecf7642ddb20.zip
dnsmasq: update from 2.71 to 2.72
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/dnsmasq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dnsmasq/default.nix b/pkgs/tools/networking/dnsmasq/default.nix
index 3cfc902711ea..4ae571f99e03 100644
--- a/pkgs/tools/networking/dnsmasq/default.nix
+++ b/pkgs/tools/networking/dnsmasq/default.nix
@@ -1,11 +1,11 @@
 { pkgconfig, dbus_libs, nettle, stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "dnsmasq-2.71";
+  name = "dnsmasq-2.72";
 
   src = fetchurl {
     url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
-    sha256 = "1fpzpzja7qr8b4kfdhh4i4sijp62c634yf0xvq2n4p7d5xbzn6a9";
+    sha256 = "1c80hq09hfm8cp5pirfb8wdlc7dqkp7zzmbmdaradcvlblzx42vx";
   };
 
   # Can't rely on make flags because of space in one of the parameters