Skip to content

Commit b108122

Browse files
committedJul 11, 2017
unbound: bugfix 1.6.3 -> 1.6.4
Unbound is no longer a mass rebuild.
1 parent dd27e21 commit b108122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/unbound/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "unbound-${version}";
5-
version = "1.6.3";
5+
version = "1.6.4";
66

77
src = fetchurl {
88
url = "http://unbound.net/downloads/${name}.tar.gz";
9-
sha256 = "0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc";
9+
sha256 = "1vbzfzp932nhii5vq7z7rpczdyv624p17sy9hj1cn763ds0qh2nz";
1010
};
1111

1212
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB

2 commit comments

Comments
 (2)

vcunat commented on Jul 11, 2017

@vcunat
MemberAuthor

/cc maintainers @ehmry, @fpletz.

fpletz commented on Jul 11, 2017

@fpletz
Member

Thanks!

Please sign in to comment.