summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2022-08-01 14:05:37 +0200
committerGitHub <noreply@github.com>2022-08-01 14:05:37 +0200
commit7fbc9041a9d736581388dc9d3f01d0ee162c80a3 (patch)
tree547e09048d59ad3340d11f7f76c5c13099d1d566 /pkgs/servers/dns
parent6a792c2ed8d7c694ebb152170f268c9d8a1e05fc (diff)
parent29070740471767b9f92caedef64dedf9211c50b4 (diff)
Merge pull request #184433 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.7.0 -> 4.7.1
Diffstat (limited to 'pkgs/servers/dns')
-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 fedec6213f040..ded457c43a8b5 100644
--- a/pkgs/servers/dns/pdns-recursor/default.nix
+++ b/pkgs/servers/dns/pdns-recursor/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "pdns-recursor";
-  version = "4.7.0";
+  version = "4.7.1";
 
   src = fetchurl {
     url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
-    sha256 = "1329ycxavhkx963q0c6rqyzlg0689v5rrmjlydiw6px324djm1z4";
+    sha256 = "sha256-0vlFc6bw5joQNMorMBwn6/LhMAplW6ZpzFAtXqjW7Gg=";
   };
 
   nativeBuildInputs = [ pkg-config ];