knot-dns: 3.4.0 -> 3.4.1

https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.4.1
This commit is contained in:
Vladimír Čunát 2024-10-14 09:46:33 +02:00
parent a3c0b3b215
commit bc04c826cc
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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" ];