1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

unbound: 1.8.1 -> 1.8.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
This commit is contained in:
R. RyanTM 2018-12-13 19:55:11 -08:00 committed by Frederik Rietdijk
parent 8e811ec295
commit fdfb809a9b

View file

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