Merge pull request #149944 from mweinelt/unbound

unbound: 1.13.2 -> 1.14.0
This commit is contained in:
Franz Pletz 2021-12-14 19:36:03 +01:00 committed by GitHub
commit a0e7bd81f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,11 +40,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.13.2";
version = "1.14.0";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
sha256 = "sha256-ChO1R/O5KgJrXr0EI/VMmR5XGAN/2fckRYF/agQOGoM=";
sha256 = "sha256-bvkcvwLVKZ6rOTKMCFc5Pee0iFov5yM93+PBJP9aicg=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB