knot-dns: 2.8.1 -> 2.8.2

https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.8.2/NEWS
This commit is contained in:
Vladimír Čunát 2019-06-05 12:50:21 +02:00
parent 964e5fd4f6
commit ec2b43e07a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.8.1";
version = "2.8.2";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6";
sha256 = "00d24361a2406392c508904fad943536bae6369981686b4951378fc1c9a5a137";
};
outputs = [ "bin" "out" "dev" ];