knot-dns: 3.4.1 -> 3.4.2

https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.4.2
This commit is contained in:
Vladimír Čunát 2024-10-31 08:26:54 +01:00
parent e19cfce6f3
commit ded3747a23
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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