pdns-recursor: 4.3.3 -> 4.3.4

This commit is contained in:
Aaron Andersen 2020-10-12 10:50:01 -04:00
parent 24c9b05ac5
commit 84f8419899

View File

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