about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound/default.nix
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-13 21:17:05 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-02-13 21:17:05 +0100
commit062ee05a5784dfb8be2e7c951f4f5e3ea575b158 (patch)
tree52c11a3160f867ceb6d269c06267fab882dfd9ae /pkgs/tools/networking/unbound/default.nix
parentf8b948b871ed2e29886ff691c097c3d915914678 (diff)
unbound: 1.19.0 -> 1.19.1
Fixes CVE-2023-50387 and CVE-2023-50868.

Changes:
https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
Diffstat (limited to 'pkgs/tools/networking/unbound/default.nix')
-rw-r--r--pkgs/tools/networking/unbound/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix
index d2e657e4e13f6..0c7d378eb2a0d 100644
--- a/pkgs/tools/networking/unbound/default.nix
+++ b/pkgs/tools/networking/unbound/default.nix
@@ -51,11 +51,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "unbound";
-  version = "1.19.0";
+  version = "1.19.1";
 
   src = fetchurl {
     url = "https://nlnetlabs.nl/downloads/unbound/unbound-${finalAttrs.version}.tar.gz";
-    hash = "sha256-qXUyRohUxhwt5IykFw3oVP07yVyAQ7sM+w/iZgWWZiQ=";
+    hash = "sha256-vB1Xbz3YRqBzmtxB/6pwJATGdn0rYILeufL5fLsko6k=";
   };
 
   outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB