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

pdns-recursor: 4.2.1 -> 4.3.0
This commit is contained in:
Michele Guerini Rocco 2020-03-10 12:36:17 +01:00 committed by GitHub
commit b854121e76
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.1";
version = "4.3.0";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "07w9av3v9zjnb1fhknmza168yxsq4zr2jqcla7yg10ajrhsk534d";
sha256 = "13v2iah7z10wc43v9agcjrzi3wds4jna8f0b7ph35nyzhzr31h9b";
};
nativeBuildInputs = [ pkgconfig ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A recursive DNS server";
homepage = https://www.powerdns.com/;
homepage = "https://www.powerdns.com/";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj ];