knot-dns: 3.4.0 -> 3.4.1 (#348476)

This commit is contained in:
Martin Weinelt 2024-10-14 14:20:26 +02:00 committed by GitHub
commit f4226b78df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -337,6 +337,7 @@ in {
SystemCallFilter = [
"@system-service"
"~@privileged"
"@chown"
] ++ optionals (cfg.enableXDP) [
"bpf"
];

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.0";
version = "3.4.1";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "2730b11398944faa5151c51b0655cf26631090343c303597814f2a57df424736";
sha256 = "252a2b83a9319a605103f7491d73a881e97c63339d09170ac9d525155fa41b1a";
};
outputs = [ "bin" "out" "dev" ];