Merge pull request #147637 from rnhmjoj/pr-pdns-rec

pdns-recursor: 4.5.6 -> 4.5.7
This commit is contained in:
Michele Guerini Rocco
2021-11-28 10:00:02 +01:00
committed by GitHub
+2 -2
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 ];