Merge pull request #31280 from rnhmjoj/pdns-recursor
pdns-recursor: 4.0.4 -> 4.0.6
This commit is contained in:
commit
72e1e2ce5a
@ -11,11 +11,11 @@ with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pdns-recursor-${version}";
|
||||
version = "4.0.4";
|
||||
version = "4.0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
|
||||
sha256 = "0k8y9zxj2lz4rq782vgzr28yd43q0hwlnvszwq0k9l6c967pff13";
|
||||
sha256 = "03fnjiacvhdlkr3a2206mham0p6p24gkawashs5v12r68k32l67j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-systemd"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A recursive DNS server";
|
||||
homepage = http://www.powerdns.com/;
|
||||
|
Loading…
Reference in New Issue
Block a user