pdns: 4.9.5 -> 4.9.8 (#423361)

This commit is contained in:
Nick Cao 2025-08-14 17:12:15 -04:00 committed by GitHub
commit c5e2e42c11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "4.9.5";
version = "4.9.8";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-Zpu3uZgjsyw5ATN9abOMn4Bz8vwC6HZJM7jFwJdOJyQ=";
hash = "sha256-GAtmrjMtMWaWjgE7/3y/bwxyhp1r5pfbdKAt86xuipE=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];