summary refs log tree commit diff
path: root/pkgs/servers/dns/pdns-recursor
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-01 13:49:49 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-01 22:49:49 +0200
commitd987f5d07d1094c454c65287e948a671bd61c13c (patch)
tree69352a9388a3a9a937650382c0595ca3c44fe7e1 /pkgs/servers/dns/pdns-recursor
parent3cb531f828a0cf316949a21c89db78e5de293318 (diff)
downloadnixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar.gz
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar.bz2
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar.lz
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar.xz
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.tar.zst
nixpkgs-d987f5d07d1094c454c65287e948a671bd61c13c.zip
pdns-recursor: 4.1.2 -> 4.1.3 (#41049)
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.

These checks were done:

- built on NixOS
- /nix/store/8ifncdfxzi2s8cnhx7a2hj74h4mqq1vi-pdns-recursor-4.1.3/bin/rec_control passed the binary check.
- /nix/store/8ifncdfxzi2s8cnhx7a2hj74h4mqq1vi-pdns-recursor-4.1.3/bin/pdns_recursor passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 4.1.3 with grep in /nix/store/8ifncdfxzi2s8cnhx7a2hj74h4mqq1vi-pdns-recursor-4.1.3
- directory tree listing: https://gist.github.com/5eac7110d507381d1bcb747d44e175ba
- du listing: https://gist.github.com/4805d9a92ed57016e729c49cf2de1e3c
Diffstat (limited to 'pkgs/servers/dns/pdns-recursor')
-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 76f1bd91e33..286447352fc 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.2";
+  version = "4.1.3";
 
   src = fetchurl {
     url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
-    sha256 = "0xpd8k7ahwrwabz05zbjmg54dmd4hm5hkbfn8m1ws6y4f7qm4inv";
+    sha256 = "12x8gm6771wh2xaqad3p5y08p5pimp6k9h830s0487mwg9glacy1";
   };
 
   nativeBuildInputs = [ pkgconfig ];