pdns-recursor: 4.5.6 -> 4.5.7

(cherry picked from commit ade2d34d4f)
This commit is contained in:
rnhmjoj
2021-11-28 01:11:09 +01:00
committed by github-actions[bot]
parent cf7b7d404e
commit 5da69c12d8

View File

@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.5.6";
version = "4.5.7";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "004jwyg64ww6sfwlfpyfvh6vymildygwkjhkin2fsrq4h79wv2dv";
sha256 = "1avvs1wpck0rahx80xnnaw94hdrfbhi1jdvgg1zpac26mzab4kdd";
};
nativeBuildInputs = [ pkg-config ];