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

unbound: 1.16.0 -> 1.16.2
This commit is contained in:
Bernardo Meurer
2022-08-01 10:37:00 -07:00
committed by GitHub
+3 -3
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
@@ -148,7 +148,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = licenses.bsd3;
homepage = "https://www.unbound.net";
maintainers = with maintainers; [ fpletz globin ];
maintainers = with maintainers; [ ajs124 ];
platforms = platforms.unix;
};
}