Merge pull request #334914 from wahjava/update/unbound

unbound: 1.20.0 -> 1.21.0
This commit is contained in:
Martin Weinelt 2024-08-17 02:34:37 +02:00 committed by GitHub
commit ce69c84bea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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