unbound: 1.17.1 -> 1.18.0
https://nlnetlabs.nl/news/2023/Aug/30/unbound-1.18.0-released/
This commit is contained in:
@@ -48,11 +48,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "unbound";
|
pname = "unbound";
|
||||||
version = "1.17.1";
|
version = "1.18.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
|
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
|
||||||
hash = "sha256-7kCFzszhJYTmAPPYFKKPqCLfqs7B+UyEv9Z/ilVxpfQ=";
|
hash = "sha256-PalUkKhc/2Qg8m+uC4Skn1ES3xvxt/w0+HJPAggstxI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
||||||
|
|||||||
Reference in New Issue
Block a user