Merge #310196: unbound: 1.19.3 -> 1.20.0

...into staging
This commit is contained in:
Vladimír Čunát
2024-05-13 20:11:03 +02:00
2 changed files with 2 additions and 4 deletions
@@ -50,11 +50,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.19.3";
version = "1.20.0";
src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
hash = "sha256-OuMivn3C+DFgPksDkUNVM61YYcIyLjSnYAap+2XrVrk=";
hash = "sha256-VrTO7TNjlSIAD9lndVdt34eCuzYXYQcV1/Hnd8XsHb8=";
};
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
-2
View File
@@ -14438,8 +14438,6 @@ with pkgs;
unclutter-xfixes = callPackage ../tools/misc/unclutter-xfixes { };
unbound = callPackage ../tools/networking/unbound { };
unbound-with-systemd = unbound.override {
withSystemd = true;
};