pdns-recursor: 5.2.2 -> 5.2.5

(cherry picked from commit 9138b45a0f)
This commit is contained in:
rnhmjoj
2025-08-07 08:20:44 +02:00
committed by github-actions[bot]
parent f5c13b1e8f
commit c07cf13302

View File

@@ -20,11 +20,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns-recursor";
version = "5.2.2";
version = "5.2.5";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-+clSdCMe48XJQZf20FAR1Vq/BrKTdTW6jnjiTqT7vW4=";
hash = "sha256-qKZXp6vW6dI3zdJnU/fc9czVuMSKyBILCNK41XodhWo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {