pdns: 5.0.3 -> 5.0.4 (#512609)

This commit is contained in:
Nick Cao
2026-04-23 11:42:43 +00:00
committed by GitHub
+2 -2
View File
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "5.0.3";
version = "5.0.4";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-7DEgUBlQp3LHhcYA9Zno9NcR9wOgLL0b7ELtwaBfgcw=";
hash = "sha256-NultkpmZ78iLy3NPlNxF+OKS0QQM7QiR5mS9Co7fnQ4=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];