Merge #288652: unbound: 1.19.0 -> 1.19.1

...into staging
This commit is contained in:
Vladimír Čunát 2024-02-16 15:47:41 +01:00
commit f4cdec336e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -51,11 +51,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.19.0";
version = "1.19.1";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
hash = "sha256-qXUyRohUxhwt5IykFw3oVP07yVyAQ7sM+w/iZgWWZiQ=";
hash = "sha256-vB1Xbz3YRqBzmtxB/6pwJATGdn0rYILeufL5fLsko6k=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB