Merge #262282: knot-dns: 3.3.1 -> 3.3.2

This commit is contained in:
Vladimír Čunát 2023-10-22 09:03:41 +02:00
commit 9cbf28e806
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.1";
version = "3.3.2";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "f3f4b1d49ec9b81113b14a38354b823bd4a470356ed7e8e555595b6fd1ac80c9";
sha256 = "0d65d4b59f5df69b78c6295ade0a2ea7931831de7ef5eeee3e00f8a20af679e4";
};
outputs = [ "bin" "out" "dev" ];