knot-dns: 3.3.4 -> 3.3.5

https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.3.5
This commit is contained in:
Vladimír Čunát 2024-03-06 08:52:32 +01:00
parent 599e12184c
commit fb45e89a6e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.3.4";
version = "3.3.5";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "2a771b43ce96b6b48d53b29f2086528732e6ac067bc71a3be934f859d1302fc0";
sha256 = "0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad";
};
outputs = [ "bin" "out" "dev" ];