unbound: 1.6.5 -> 1.6.6

This commit is contained in:
Joachim Fasting 2017-09-19 14:03:53 +02:00
parent 7a1f5bad0c
commit c41af35c04
No known key found for this signature in database
GPG key ID: 66EAB6B14F6B6E0D

View file

@ -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