unbound: 1.21.0 -> 1.21.1 (#346614)

This commit is contained in:
Vladimír Čunát 2024-10-14 11:48:09 +02:00
commit aa15e5a96a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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