summary refs log tree commit diff
path: root/pkgs/tools/networking/dnsmasq
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-03 12:50:11 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-03 12:52:22 -0700
commit8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd (patch)
treec3ba2c28caf42a40e53e5a6293dd6b0f5ca0fcea /pkgs/tools/networking/dnsmasq
parentc6159b261499c32ad636f57774b9de559e48959c (diff)
downloadnixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar.gz
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar.bz2
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar.lz
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar.xz
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.tar.zst
nixlib-8c244bc21c7e6de8ca6de3a3f82b4fb54e9f4dfd.zip
dnsmasq: 2.73 -> 2.75
Diffstat (limited to 'pkgs/tools/networking/dnsmasq')
-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 7752338c6bb2..0e905bb65479 100644
--- a/pkgs/tools/networking/dnsmasq/default.nix
+++ b/pkgs/tools/networking/dnsmasq/default.nix
@@ -11,11 +11,11 @@ let
   ]);
 in
 stdenv.mkDerivation rec {
-  name = "dnsmasq-2.73";
+  name = "dnsmasq-2.75";
 
   src = fetchurl {
     url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
-    sha256 = "1xnqfaw2l78f4zw4z9sgr9nl9yc233gxc3sd7hxapz2k7q883zqb";
+    sha256 = "1wa1d4if9q6k3hklv8xi06a59k3aqb7pik8rhi2l53i99hflw334";
   };
 
   preBuild = ''