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 b0d2de4 commit 0b89f71Copy full SHA for 0b89f71
pkgs/tools/networking/unbound/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "unbound-${version}";
5
- version = "1.6.1";
+ version = "1.6.2";
6
7
src = fetchurl {
8
url = "http://unbound.net/downloads/${name}.tar.gz";
9
- sha256 = "000lylg5qgriaxh6k78l2inb905qshx01kxgmqj89zn08gvn7ps2";
+ sha256 = "171vbqijfk1crm04dbgbvw4052n6kwcvyvly3habg011qdr3schs";
10
};
11
12
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
0 commit comments