3
0
Fork 0
forked from mirrors/nixpkgs

unbound: 1.8.0 -> 1.8.1

This commit is contained in:
Tristan Helmich (omniIT) 2018-10-27 14:04:01 +02:00
parent 1fd8625eae
commit 1bfaa0157e

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