pdns-recursor: 4.7.2 -> 4.7.3

(cherry picked from commit 7cc305fa59)
This commit is contained in:
rnhmjoj
2022-09-21 17:57:38 +02:00
committed by github-actions[bot]
parent 9bdbbaa634
commit dd0ed2d131

View File

@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.7.2";
version = "4.7.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "sha256-vbQZB5D+dZd41vBRWvu8wKKLPn4bg8Vwyq84QZ1Xgg0=";
sha256 = "sha256-IG12bMjwGJ951pr2TY2TfsxhpNE+jqZZTXj+MOYUBfI=";
};
nativeBuildInputs = [ pkg-config ];