unbound: 1.16.0 -> 1.16.2

fixes CVE-2022-30698 and CVE-2022-30699
This commit is contained in:
ajs124 2022-08-01 17:15:28 +02:00
parent 6a792c2ed8
commit f2298fcf8f

View File

@ -43,11 +43,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.16.0";
version = "1.16.2";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
hash = "sha256-ZwFTTJOOsBliZgEZHtxtAS/FNMCdJBjVuSgn2wy+SKU=";
hash = "sha256-LjLyg4IMJMUcod2K/s/bdHxzhaE3q+hlyZ20sldANYE=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB