pdns-recursor: 4.7.1 -> 4.7.2

This commit is contained in:
R. Ryantm 2022-09-01 23:00:01 +00:00
parent dc47970fbe
commit bd1c1724d1

View file

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