Compare commits

...

1 Commits

Author SHA1 Message Date
Marcin Serwin
09f6b8288f Revert "zlib: 1.3.1 -> 1.3.1.2" 2026-02-16 16:08:15 +01:00

View File

@@ -24,7 +24,7 @@ assert splitStaticOutput -> static;
stdenv.mkDerivation (finalAttrs: {
pname = "zlib";
version = "1.3.1.2";
version = "1.3.1";
src =
let
@@ -33,11 +33,11 @@ stdenv.mkDerivation (finalAttrs: {
fetchurl {
urls = [
# This URL works for 1.2.13 only; hopefully also for future releases.
"https://github.com/madler/zlib/archive/refs/tags/v${version}.tar.gz"
"https://github.com/madler/zlib/releases/download/v${version}/zlib-${version}.tar.gz"
# Stable archive path, but captcha can be encountered, causing hash mismatch.
"https://www.zlib.net/fossils/zlib-${version}.tar.gz"
];
hash = "sha256-+/HIR2E2aT5sPx+ibm2MTyyLWlxENAwE3zSdrQLu0J4=";
hash = "sha256-mpOyt9/ax3zrpaVYpYDnRmfdb+3kWFuR7vtg8Dty3yM=";
};
postPatch =