Skip to content

Commit

Permalink
unbound: 1.19.1 -> 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Mar 9, 2024
1 parent 8baf388 commit 40365d0
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 @@ -51,11 +51,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.19.1";
version = "1.19.2";

src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
hash = "sha256-vB1Xbz3YRqBzmtxB/6pwJATGdn0rYILeufL5fLsko6k=";
hash = "sha256-zFYNNFc0ImwbOecadpeX5/3eImXLt3685UJwS7pInlU=";
};

outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
Expand Down

0 comments on commit 40365d0

Please sign in to comment.