We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent dd27e21 commit b108122Copy full SHA for b108122
pkgs/tools/networking/unbound/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "unbound-${version}";
5
- version = "1.6.3";
+ version = "1.6.4";
6
7
src = fetchurl {
8
url = "http://unbound.net/downloads/${name}.tar.gz";
9
- sha256 = "0pw4m4z5qspsagxzbjb61xq5bhd57amw26xqvqzi6b8d3mf6azjc";
+ sha256 = "1vbzfzp932nhii5vq7z7rpczdyv624p17sy9hj1cn763ds0qh2nz";
10
};
11
12
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
/cc maintainers @ehmry, @fpletz.
Thanks!
2 commit comments
vcunat commentedon Jul 11, 2017
/cc maintainers @ehmry, @fpletz.
fpletz commentedon Jul 11, 2017
Thanks!