Merge pull request #31280 from rnhmjoj/pdns-recursor

pdns-recursor: 4.0.4 -> 4.0.6
This commit is contained in:
Orivej Desh
2017-11-05 17:17:17 +00:00
committed by GitHub

View File

@@ -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/;