Merge pull request #195812 from mweinelt/unbound-1.17.0

unbound: 1.16.3 -> 1.17.0
This commit is contained in:
ajs124 2022-10-13 18:23:28 +02:00 committed by GitHub
commit 768c88b798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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