unbound: 1.20.0 -> 1.21.0

Changes: https://github.com/NLnetLabs/unbound/releases/tag/release-1.21.0
Fixes: CVE-2024-43167
This commit is contained in:
Ashish SHUKLA 2024-08-15 19:34:36 +02:00
parent 3a112c9ba5
commit 3257fa4884
No known key found for this signature in database

View File

@ -50,11 +50,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.20.0";
version = "1.21.0";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
hash = "sha256-VrTO7TNjlSIAD9lndVdt34eCuzYXYQcV1/Hnd8XsHb8=";
hash = "sha256-59yn1rD4G9+m+mTr8QU7WpmaWukniofvGCQlBn6hRSE=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB