knot-dns: maintenance 2.6.1 -> 2.6.3

+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.1"; 11 12 src = fetchurl { 13 url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 14 - sha256 = "3013d45b4c7484268f3cad078f66f730a5bc9606e6b1061488dd821c1dce41e3"; 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.3"; 11 12 src = fetchurl { 13 url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; 14 + sha256 = "2fb27a4006865fc12873cbadc5b4a870ec65d3293a284972c031522282987790"; 15 }; 16 17 outputs = [ "bin" "out" "dev" ];