unbound: bugfix 1.6.3 -> 1.6.4

Unbound is no longer a mass rebuild.
This commit is contained in:
Vladimír Čunát 2017-07-11 15:13:49 +02:00
parent dd27e21b2a
commit b1081224d8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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