unbound 1.5.6 > 1.6.0

+4 -4
+2 -2
pkgs/tools/networking/unbound/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "unbound-${version}"; 5 - version = "1.5.10"; 5 + version = "1.6.0"; 6 6 7 7 src = fetchurl { 8 8 url = "http://unbound.net/downloads/${name}.tar.gz"; 9 - sha256 = "11lli8jgq4n917gcx6nw728g1hqc2lszwlxa5mdb78m2ri7qp6x3"; 9 + sha256 = "1dzsxyp34ianp08wk4vf13qzl5ss5rr9v1p8zr1aggfywrsbhzbb"; 10 10 }; 11 11 12 12 outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
+2 -2
pkgs/tools/networking/unbound/python.nix
··· 5 5 in stdenv.mkDerivation rec { 6 6 pname = "pyunbound"; 7 7 name = "${pname}-${version}"; 8 - version = "1.5.9"; 8 + version = "1.6.0"; 9 9 10 10 src = fetchurl { 11 11 url = "http://unbound.net/downloads/unbound-${version}.tar.gz"; 12 - sha256 = "01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990"; 12 + sha256 = "1dzsxyp34ianp08wk4vf13qzl5ss5rr9v1p8zr1aggfywrsbhzbb"; 13 13 }; 14 14 15 15 buildInputs = [ openssl expat libevent swig python ];