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

pdns-recursor: 4.3.2 -> 4.3.3
This commit is contained in:
Michele Guerini Rocco 2020-08-07 20:39:39 +02:00 committed by GitHub
commit 15a841bced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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