unbound 1.5.6 > 1.6.0

This commit is contained in:
Dhananjay Balan 2016-12-30 18:13:10 +01:00
parent 2cac374241
commit cab497ee6d
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.5.10";
version = "1.6.0";
src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "11lli8jgq4n917gcx6nw728g1hqc2lszwlxa5mdb78m2ri7qp6x3";
sha256 = "1dzsxyp34ianp08wk4vf13qzl5ss5rr9v1p8zr1aggfywrsbhzbb";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB

View File

@ -5,11 +5,11 @@ let
in stdenv.mkDerivation rec {
pname = "pyunbound";
name = "${pname}-${version}";
version = "1.5.9";
version = "1.6.0";
src = fetchurl {
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
sha256 = "01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990";
sha256 = "1dzsxyp34ianp08wk4vf13qzl5ss5rr9v1p8zr1aggfywrsbhzbb";
};
buildInputs = [ openssl expat libevent swig python ];