Skip to content

Commit

Permalink
knot-dns: 3.4.1 -> 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 31, 2024
1 parent e19cfce commit ded3747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.1";
version = "3.4.2";

src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "252a2b83a9319a605103f7491d73a881e97c63339d09170ac9d525155fa41b1a";
sha256 = "d835285c1057d45effa1479cfe1f107a50e83d11c1c6d36f270deda88799883e";
};

outputs = [ "bin" "out" "dev" ];
Expand Down

0 comments on commit ded3747

Please sign in to comment.