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
2 changed files with 3 additions and 2 deletions
@@ -337,6 +337,7 @@ in {
SystemCallFilter = [
"@system-service"
"~@privileged"
"@chown"
] ++ optionals (cfg.enableXDP) [
"bpf"
];
+2 -2
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" ];