knot-dns: 3.0.7 -> 3.0.8

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.8
(cherry picked from commit 6582dd7e12c7ad0da7822c238852d071f947894b)
This commit is contained in:
Vladimír Čunát 2021-07-16 12:40:07 +02:00 committed by github-actions[bot]
parent 292d8209ed
commit 1e22652d66
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ let inherit (lib) optional optionals; in
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.0.7";
version = "3.0.8";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "2bad8be0be95c8f54a26d1e16299e65f31ae1b34bd6ad3819aa50e7b40521484";
sha256 = "df723949c19ebecf9a7118894c3127e292eb09dc7274b5ce9b527409f42edfb0";
};
outputs = [ "bin" "out" "dev" ];