about summary refs log tree commit diff
path: root/pkgs/servers/dns/pdns-recursor/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-15 00:02:51 +0000
committerGitHub <noreply@github.com>2024-02-15 00:02:51 +0000
commit604991674d3921284607cd13a4969bb6382aca65 (patch)
treec6968be3adae75fce690241757f9345947698098 /pkgs/servers/dns/pdns-recursor/default.nix
parent08b62a0025ee9331067d6f4c478699e6a82bd33d (diff)
parent537907d90e7272b65756a6e8261264bee5465b3c (diff)
downloadnixlib-604991674d3921284607cd13a4969bb6382aca65.tar
nixlib-604991674d3921284607cd13a4969bb6382aca65.tar.gz
nixlib-604991674d3921284607cd13a4969bb6382aca65.tar.bz2
nixlib-604991674d3921284607cd13a4969bb6382aca65.tar.lz
nixlib-604991674d3921284607cd13a4969bb6382aca65.tar.xz
nixlib-604991674d3921284607cd13a4969bb6382aca65.tar.zst
nixlib-604991674d3921284607cd13a4969bb6382aca65.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers/dns/pdns-recursor/default.nix')
-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 5ff385cf65ac..95dc64156f42 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.9.2";
+  version = "4.9.3";
 
   src = fetchurl {
     url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
-    sha256 = "sha256-TLgYBFjs+1KKPZo0uihEts0u1pyhxGHd4koOvWaCkUQ=";
+    hash = "sha256-FmBFMFFJ3s3pWCH3bwabZl9rISLf99RquVLVDZ8B7Us=";
   };
 
   nativeBuildInputs = [ pkg-config ];