unbound: 1.6.1 -> 1.6.2

This commit is contained in:
Franz Pletz 2017-05-13 19:35:50 +02:00
parent b0d2de45cd
commit 0b89f71a07
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.6.1";
version = "1.6.2";
src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "000lylg5qgriaxh6k78l2inb905qshx01kxgmqj89zn08gvn7ps2";
sha256 = "171vbqijfk1crm04dbgbvw4052n6kwcvyvly3habg011qdr3schs";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB