knot-dns: 2.6.7 -> 2.6.8 (maintenance)

https://lists.nic.cz/pipermail/knot-dns-users/2018-July/001409.html

+2 -2
+2 -2
pkgs/servers/dns/knot-dns/default.nix
··· 7 # Note: ATM only the libraries have been tested in nixpkgs. 8 stdenv.mkDerivation rec { 9 name = "knot-dns-${version}"; 10 - version = "2.6.7"; 11 12 src = fetchurl { 13 url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 14 - sha256 = "1c2a004b05c161f7b36d5eeccebd9d4cdf60aa09930a7cc766514e468ca92243"; 15 }; 16 17 outputs = [ "bin" "out" "dev" ];
··· 7 # Note: ATM only the libraries have been tested in nixpkgs. 8 stdenv.mkDerivation rec { 9 name = "knot-dns-${version}"; 10 + version = "2.6.8"; 11 12 src = fetchurl { 13 url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 14 + sha256 = "0daee8efd6262f10c54ee6f5fb99ca4d0f72e275513ec0902032af594cac1b15"; 15 }; 16 17 outputs = [ "bin" "out" "dev" ];