unbound: 1.13.2 -> 1.14.0

This commit is contained in:
Martin Weinelt 2021-12-10 00:45:20 +01:00
parent 1a2b61419f
commit ba9ecbe329
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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