3
0
Fork 0
forked from mirrors/nixpkgs

pdns-recursor: 4.0.4 -> 4.0.6

This commit is contained in:
rnhmjoj 2017-11-05 17:32:06 +01:00
parent cdbe4671be
commit f9031957ed
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -11,11 +11,11 @@ with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pdns-recursor-${version}"; name = "pdns-recursor-${version}";
version = "4.0.4"; version = "4.0.6";
src = fetchurl { src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0k8y9zxj2lz4rq782vgzr28yd43q0hwlnvszwq0k9l6c967pff13"; sha256 = "03fnjiacvhdlkr3a2206mham0p6p24gkawashs5v12r68k32l67j";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];