knot-dns: 2.8.0 -> 2.8.1 (maintenance)

https://lists.nic.cz/pipermail/knot-dns-users/2019-April/001660.html
This commit is contained in:
Vladimír Čunát 2019-04-09 15:34:54 +02:00
parent 610f73f3f7
commit 6e9f6a63a2
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.0";
version = "2.8.1";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "494ad926705018bd754d96711dc2129f3173f326a0b57d33978090ba4eef87ef";
sha256 = "b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6";
};
outputs = [ "bin" "out" "dev" ];