Unverified Commit f4226b78 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents e61898f3 46954f61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ in {
        SystemCallFilter = [
          "@system-service"
          "~@privileged"
          "@chown"
        ] ++ optionals (cfg.enableXDP) [
          "bpf"
        ];
+2 −2
Original line number Diff line number Diff line
@@ -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" ];