Skip to content

Commit

Permalink
Merge #29612: unbound: 1.6.5 -> 1.6.6
Browse files Browse the repository at this point in the history
(cherry picked from commit e151230)
  • Loading branch information
vcunat committed Sep 21, 2017
1 parent db0b50d commit 1c6357c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/unbound/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.6.5";
version = "1.6.6";

src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "0khhrj11yhh6a0h578w29yw2j7yzvaqkr4p44jzjapq1549am5z2";
sha256 = "145kska9a63yf32y3jg91y5ikcmsb7qvbcm7a8k6fgh96gf18awp";
};

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

0 comments on commit 1c6357c

Please sign in to comment.