pdns-recursor: 4.4.3 -> 4.5.1

This commit is contained in:
rnhmjoj 2021-05-20 23:23:31 +02:00 committed by Jonathan Ringer
parent c695c26df2
commit 7e54c9b956

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.4.3";
version = "4.5.1";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "01dypbqq6ynrdr3dqwbz8dzpkd2ykgaz9mqhaz3i1hqc21c14hgq";
sha256 = "0yaf25jg3gfsi9c9rnxz1ywy3b563plv33aibxrq79iqwk8a289p";
};
nativeBuildInputs = [ pkg-config ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
nixos = nixosTests.pdns-recursor;
inherit (nixosTests) pdns-recursor ncdns;
};
meta = with lib; {