Skip to content

Commit 0b89f71

Browse files
committedMay 14, 2017
unbound: 1.6.1 -> 1.6.2
1 parent b0d2de4 commit 0b89f71

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.1";
5+
version = "1.6.2";
66

77
src = fetchurl {
88
url = "http://unbound.net/downloads/${name}.tar.gz";
9-
sha256 = "000lylg5qgriaxh6k78l2inb905qshx01kxgmqj89zn08gvn7ps2";
9+
sha256 = "171vbqijfk1crm04dbgbvw4052n6kwcvyvly3habg011qdr3schs";
1010
};
1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.