pdns: 4.9.1 -> 4.9.2

Changelog: https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.2
This commit is contained in:
Nick Cao 2024-10-02 10:27:19 -04:00
parent 0b3959c424
commit 417ef8781d
No known key found for this signature in database

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "4.9.1";
version = "4.9.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-MNlnG48IR3Tby6IPWlOjE00IIqsu3D75aNoDDmMN0Jo=";
hash = "sha256-9XBkBCcEH0xcVHDRbv+VGnA4w1PdxGGydQKQzpmy48I=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];