Skip to content

Commit

Permalink
unbound: 1.21.1 -> 1.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 0298669)
  • Loading branch information
Scrumplex authored and github-actions[bot] committed Dec 9, 2024
1 parent 75e8129 commit afeba73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/un/unbound/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.21.1";
version = "1.22.0";

src = fetchurl {
url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
hash = "sha256-MDbSPCNiKzbTyH6UMRe97BrI+Bljbrl42AZBaw+p6kY=";
hash = "sha256-xd0b3vXVaFss7bdJFY3RUsUtRPZVKaNKwVzYjUsbPUM=";
};

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

0 comments on commit afeba73

Please sign in to comment.