unbound: 1.16.3 -> 1.17.0

https://lists.nlnetlabs.nl/pipermail/unbound-users/2022-October/007913.html
This commit is contained in:
Martin Weinelt 2022-10-13 15:17:51 +02:00
parent 62bcf0ac62
commit 747e342075
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -48,11 +48,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.16.3";
version = "1.17.0";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
hash = "sha256-6gxmZeLDMlt2nqwd/M1g/hgo1fz2YmUAOezLP2ftso4=";
hash = "sha256-3LyV14kdn5EMZuTtyfHy/eTeou7Bjjr591rtRKAvE0E=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB