about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-03-14 22:38:32 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-03-22 00:37:06 +0100
commit47e270edf1c4524ea175310f3ea3a8cfafc823ed (patch)
tree72e472350819b05524162118eef39419d1874b48 /pkgs/development/libraries
parent762e47db03e2580d87064a2000c082971f1c655a (diff)
downloadnixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar.gz
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar.bz2
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar.lz
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar.xz
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.tar.zst
nixlib-47e270edf1c4524ea175310f3ea3a8cfafc823ed.zip
zookeeper: 3.7.2 -> 3.9.2
Fixes CVE-2024-23944
https://www.openwall.com/lists/oss-security/2024/03/14/2

Release notes:
https://zookeeper.apache.org/doc/r3.9.2/releasenotes.html
https://zookeeper.apache.org/doc/r3.8.0/releasenotes.html
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/zookeeper_mt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zookeeper_mt/default.nix b/pkgs/development/libraries/zookeeper_mt/default.nix
index ce539d9eb1c0..0d95e8f34b71 100644
--- a/pkgs/development/libraries/zookeeper_mt/default.nix
+++ b/pkgs/development/libraries/zookeeper_mt/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://apache/zookeeper/${zookeeper.pname}-${version}/apache-${zookeeper.pname}-${version}.tar.gz";
-    hash = "sha512-V1SFPtSytFZMyiR/cgwLA9zPUK5xuarP3leQCQiSfelUHnYMB+R6ZQfSHMHD9t+URvLc+KRFSriLTzethspkpA==";
+    hash = "sha512-G6Yw9HBF43QCw8FTLnJ7boCjUYwaQVQAT4wXqUowSlzox1cUPH5+8ZYMBxToJCbr0ppmz22t0uKsHRUI/IDAPQ==";
   };
 
   sourceRoot = "apache-${zookeeper.pname}-${version}/zookeeper-client/zookeeper-client-c";