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

pdns-recursor: 4.1.13 -> 4.1.14
This commit is contained in:
Ryan Mulligan 2019-06-19 20:34:05 -07:00 committed by GitHub
commit a7a10fd790
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 {
name = "pdns-recursor-${version}";
version = "4.1.13";
version = "4.1.14";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0vs6sv8pyd69jrzzhbdzh6vgva64swypknwpl070ppzk3xdvfa0k";
sha256 = "055zhxp58883722dr9y5bi91bk1ypc0whdyi96nklsga7gxbikkz";
};
nativeBuildInputs = [ pkgconfig ];