Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2017-07-15 12:15:56 +02:00
156 changed files with 6902 additions and 3678 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.6.3";
version = "1.6.4";
src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc";
sha256 = "1vbzfzp932nhii5vq7z7rpczdyv624p17sy9hj1cn763ds0qh2nz";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB