knot-dns: 2.9.5 -> 2.9.6

This is mostly a bug fix version with some small improvements.
https://gitlab.nic.cz/knot/knot-dns/-/tags/v2.9.6
This commit is contained in:
Vladimír Čunát 2020-08-31 11:51:52 +02:00
parent 54e64ac035
commit 1dbe47ced5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,14 +5,13 @@
let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "2.9.5";
version = "2.9.6";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76";
sha256 = "bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7";
};
outputs = [ "bin" "out" "dev" ];