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

pdns-recursor: 4.2.0 -> 4.2.1
This commit is contained in:
Ryan Mulligan 2019-12-26 07:56:25 -08:00 committed by GitHub
commit 264f44b1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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