Merge pull request #252325 from helsinki-systems/upd/unbound

unbound: 1.17.1 -> 1.18.0

authored by ajs124 and committed by GitHub 2c665f87 0ade538e

+3 -2
+3 -2
pkgs/tools/networking/unbound/default.nix
··· 48 48 49 49 stdenv.mkDerivation rec { 50 50 pname = "unbound"; 51 - version = "1.17.1"; 51 + version = "1.18.0"; 52 52 53 53 src = fetchurl { 54 54 url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz"; 55 - hash = "sha256-7kCFzszhJYTmAPPYFKKPqCLfqs7B+UyEv9Z/ilVxpfQ="; 55 + hash = "sha256-PalUkKhc/2Qg8m+uC4Skn1ES3xvxt/w0+HJPAggstxI="; 56 56 }; 57 57 58 58 outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB ··· 152 152 passthru.tests = { 153 153 inherit gnutls; 154 154 nixos-test = nixosTests.unbound; 155 + nixos-test-exporter = nixosTests.prometheus-exporters.unbound; 155 156 }; 156 157 157 158 meta = with lib; {