Merge pull request #49246 from fadenb/unbount_1.8.1

unbound: 1.8.0 -> 1.8.1
This commit is contained in:
Jörg Thalheim 2018-10-29 00:04:41 +00:00 committed by GitHub
commit 6bad623c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unbound-${version}";
version = "1.8.0";
version = "1.8.1";
src = fetchurl {
url = "https://unbound.net/downloads/${name}.tar.gz";
sha256 = "0gxqc4ynd2g1a5dwaazqh9n8injh49a7dz0l9bbxqgv47dnrvxvq";
sha256 = "0p9w6spar5dfi7fplxjcq4394wldabaws0ns30cqq6sxqfwv6qn3";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB