Merge pull request #210429 from NixOS/upd/unbound

unbound: 1.17.0 -> 1.17.1
This commit is contained in:
Robert Scott
2023-01-14 22:13:04 +00:00
committed by GitHub
+2 -2
View File
@@ -48,11 +48,11 @@
stdenv.mkDerivation rec {
pname = "unbound";
version = "1.17.0";
version = "1.17.1";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${version}.tar.gz";
hash = "sha256-3LyV14kdn5EMZuTtyfHy/eTeou7Bjjr591rtRKAvE0E=";
hash = "sha256-7kCFzszhJYTmAPPYFKKPqCLfqs7B+UyEv9Z/ilVxpfQ=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB