knot-dns: 3.4.8 -> 3.5.0

https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.5.0#knot-dns-350-2025-09-18

Changed files
+5 -4
nixos
modules
services
networking
pkgs
by-name
kn
knot-dns
+2 -1
nixos/modules/services/networking/knot.nix
···
# We output the config section in the upstream-mandated order.
# Ordering is important due to forward-references not being allowed.
# See definition of conf_export and 'const yp_item_t conf_schema'
-
# upstream for reference. Last updated for 3.3.
+
# upstream for reference. Last updated for 3.5.
# When changing the set of sections, also update secAllow above.
[ (sec_list_fa "id" nix_def "module") ]
++ map (sec_plain nix_def) [
···
"acl"
"submission"
"policy"
+
"external"
]
# Export module sections before the template section.
+3 -3
pkgs/by-name/kn/knot-dns/package.nix
···
stdenv.mkDerivation rec {
pname = "knot-dns";
-
version = "3.4.8";
+
version = "3.5.0";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
-
sha256 = "sha256-ZzCnPb/BLXnYAA/+ItNtBot0Z+dL7h6xIqxJNezqSfk=";
+
sha256 = "d52538bf7364c280999dec58c2a02a405dd922ef5794da1473ca7c3cf7f01277";
};
outputs = [
···
description = "Authoritative-only DNS server from .cz domain registry";
homepage = "https://knot-dns.cz";
changelog = "https://gitlab.nic.cz/knot/knot-dns/-/releases/v${version}";
-
license = lib.licenses.gpl3Plus;
+
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.vcunat ];
mainProgram = "knotd";