pdns-recursor: 5.2.6 -> 5.2.7 (#479855)

This commit is contained in:
Michele Guerini Rocco
2026-01-14 06:22:39 +00:00
committed by GitHub
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns-recursor";
version = "5.2.6";
version = "5.2.7";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-INt/KcULGvsensXF6LIZ0RKtrPK4rPPaQW/yR+JaxAc=";
hash = "sha256-s7/I2M5uL94I71fMYLKl+JcOPn0TnVn74oaIKnYmObE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {