Merge pull request #66012 from r-ryantm/auto-update/pdns-recursor

pdns-recursor: 4.1.14 -> 4.2.0
This commit is contained in:
Ryan Mulligan
2019-08-07 06:11:48 -07:00
committed by GitHub

View File

@@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "pdns-recursor-${version}";
version = "4.1.14";
version = "4.2.0";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "055zhxp58883722dr9y5bi91bk1ypc0whdyi96nklsga7gxbikkz";
sha256 = "1hn2nw8v6gccwxwm36xczsac4bhxf8b8r7akri2wdp3gh70p4g7h";
};
nativeBuildInputs = [ pkgconfig ];