Skip to content

Commit

Permalink
Merge pull request NixOS#149944 from mweinelt/unbound
Browse files Browse the repository at this point in the history
unbound: 1.13.2 -> 1.14.0
  • Loading branch information
fpletz authored Dec 14, 2021
2 parents 83750a4 + ba9ecbe commit a0e7bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/unbound/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0e7bd8

Please sign in to comment.