From 0f8161a0ef3d8494d8edfd3c8c12a3ae67331faf Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 17 Feb 2026 19:37:42 +0100 Subject: [PATCH] zlib: 1.3.1 -> 1.3.2 https://github.com/madler/zlib/releases/tag/v1.3.2 https://github.com/madler/zlib/compare/v1.3.1...v1.3.2 https://7asecurity.com/reports/pentest-report-zlib-RC1.1.pdf --- pkgs/development/libraries/zlib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/zlib/default.nix b/pkgs/development/libraries/zlib/default.nix index c13c293fc806..3624ba0c3a6e 100644 --- a/pkgs/development/libraries/zlib/default.nix +++ b/pkgs/development/libraries/zlib/default.nix @@ -27,7 +27,7 @@ assert splitStaticOutput -> static; stdenv.mkDerivation (finalAttrs: { pname = "zlib"; - version = "1.3.1"; + version = "1.3.2"; src = let @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { # Stable archive path, but captcha can be encountered, causing hash mismatch. "https://www.zlib.net/fossils/zlib-${version}.tar.gz" ]; - hash = "sha256-mpOyt9/ax3zrpaVYpYDnRmfdb+3kWFuR7vtg8Dty3yM="; + hash = "sha256-uzKaCizQJ00FUZ1hxmfAYuBpkNcuEl7i36jeZPARnRY="; }; postPatch =