summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2022-03-28 18:21:26 +0200
committerGitHub <noreply@github.com>2022-03-28 18:21:26 +0200
commit9cc577aa46b0ae2c2b369354bb27055d35c89efd (patch)
tree06fdfbda7b0cb2cf41b9f2156825f5af3b722785
parentecbb46a0337b66939355a31676689fed1f1c89f8 (diff)
parent367bfe8e8efdfd20bf300b85746774b028790cce (diff)
Merge pull request #166095 from helsinki-systems/upd/pdns-recursor
[21.11] pdns-recursor: 4.5.7 -> 4.5.8
-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 a26d6a6131cf..b2ede87736f5 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.5.7";
+ version = "4.5.8";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
- sha256 = "1avvs1wpck0rahx80xnnaw94hdrfbhi1jdvgg1zpac26mzab4kdd";
+ sha256 = "1605f8b89gg7yfwcwk2clml047a3b2acas36lhqg3cihd5r38hgk";
};
nativeBuildInputs = [ pkg-config ];