pdns: 5.0.4 -> 5.0.5 (#522407)

This commit is contained in:
Leona Maroni
2026-05-21 09:26:46 +00:00
committed by GitHub
+2 -2
View File
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "5.0.4";
version = "5.0.5";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-NultkpmZ78iLy3NPlNxF+OKS0QQM7QiR5mS9Co7fnQ4=";
hash = "sha256-wUT+sjz8LNR+vzNRMq6gr6tgWttP9PMJVb40RQNODe8=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];