about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-27 18:56:35 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-27 18:56:35 -0800
commit48b40d01ba96ba691dccdc7e78f3a8eb1b57327a (patch)
tree450ab5f19507f041bd226c7221697ff6a526b384 /pkgs/servers
parent4866cbe3418a56e46e0378db50ce764a35679faa (diff)
downloadnixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar.gz
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar.bz2
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar.lz
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar.xz
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.tar.zst
nixlib-48b40d01ba96ba691dccdc7e78f3a8eb1b57327a.zip
pdns-recursor: 4.1.8 -> 4.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdns-recursor/versions
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/dns/pdns-recursor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dns/pdns-recursor/default.nix b/pkgs/servers/dns/pdns-recursor/default.nix
index e4a4bcf5760a..dae427500698 100644
--- a/pkgs/servers/dns/pdns-recursor/default.nix
+++ b/pkgs/servers/dns/pdns-recursor/default.nix
@@ -8,11 +8,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "pdns-recursor-${version}";
-  version = "4.1.8";
+  version = "4.1.10";
 
   src = fetchurl {
     url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
-    sha256 = "1xg5swappik8v5mjyl7magw7picf5cqp6rbhckd6ijssz16qzy38";
+    sha256 = "00bzh4lmd4z99l9jwmxclnifbqpxlbkzfc88m2ag7yrjmsfw0bgj";
   };
 
   nativeBuildInputs = [ pkgconfig ];