zlib: 1.3.1 -> 1.3.2 (#491464)

This commit is contained in:
Martin Weinelt
2026-02-17 21:42:35 +00:00
committed by GitHub
+2 -2
View File
@@ -24,7 +24,7 @@ assert splitStaticOutput -> static;
stdenv.mkDerivation (finalAttrs: {
pname = "zlib";
version = "1.3.1";
version = "1.3.2";
src =
let
@@ -37,7 +37,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 =