unbound: 1.5.8 -> 1.5.9

This commit is contained in:
Michiel Leenaars 2016-06-21 23:22:18 +02:00
parent b3832e6288
commit f125db1c60

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.5.8";
version = "1.5.9";
src = fetchurl {
url = "http://unbound.net/downloads/${name}.tar.gz";
sha256 = "33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be";
sha256 = "01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB