Vladimír Čunát
2025-09-18 13:09:46 +02:00
parent 10a275e220
commit 66658778bd
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -81,7 +81,7 @@ let
# 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) [
@@ -102,6 +102,7 @@ let
"acl"
"submission"
"policy"
"external"
]
# Export module sections before the template section.
+3 -3
View File
@@ -33,11 +33,11 @@
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 = [
@@ -133,7 +133,7 @@ stdenv.mkDerivation rec {
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";