pdns-recursor: 4.5.7 -> 4.6.0

This commit is contained in:
rnhmjoj 2021-12-23 10:45:18 +01:00
parent 961ca7877e
commit 390341ca9f
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

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