knot-dns: 3.2.8 -> 3.2.9

https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.2.9
This commit is contained in:
Vladimír Čunát 2023-07-27 09:16:23 +02:00
parent d1b71a9387
commit 9d6f1799e2
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.8";
version = "3.2.9";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "ef419a428f327def77780bc90eda763b51e6121fe548543da84b9eb96a261a6e";
sha256 = "bc1f9eb8c9f67f52805f3acfa2d0153190245fa145b007fafa9068d2da292506";
};
outputs = [ "bin" "out" "dev" ];