Merge pull request #102001 from rnhmjoj/pdns

pdns-recursor: 4.3.5 -> 4.4.0
This commit is contained in:
Michele Guerini Rocco 2020-10-29 18:31:58 +01:00 committed by GitHub
commit 1be7c44aa7
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.3.5";
version = "4.4.0";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0mggqi4588mg6vpgplk9b4ak6msdf279lxkblv563l2vjiyfmfcc";
sha256 = "12z59xf63iskid08c3y55h238ma2chgvcbks0zprag7i00p97g06";
};
nativeBuildInputs = [ pkgconfig ];