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
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user