knot-dns: 2.6.7 -> 2.6.8 (maintenance)

https://lists.nic.cz/pipermail/knot-dns-users/2018-July/001409.html
This commit is contained in:
Vladimír Čunát 2018-07-10 15:23:20 +02:00
parent d536905e5b
commit 2698bb461f
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.6.7";
version = "2.6.8";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "1c2a004b05c161f7b36d5eeccebd9d4cdf60aa09930a7cc766514e468ca92243";
sha256 = "0daee8efd6262f10c54ee6f5fb99ca4d0f72e275513ec0902032af594cac1b15";
};
outputs = [ "bin" "out" "dev" ];