knot-dns: 3.2.1 -> 3.2.2

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.2
This commit is contained in:
Vladimír Čunát 2022-11-01 10:18:25 +01:00
parent ef2f213d96
commit 6c9bab335b
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.2.1";
version = "3.2.2";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "51efa36f92679b25d43dbf8ba543e9f26138559f0fa1ba5fae172f5400659c8f";
sha256 = "cea9c1988cdce7752f88fbe37378f65e83c4e54048978b94fb21a9c92f88788f";
};
outputs = [ "bin" "out" "dev" ];