lol

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

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