Revert "maturin: 1.12.6 -> 1.13.1"

This reverts commit fb7662cac9.

This update breaks the build of python3.pkgs.pendulum on aarch64-darwin
and x86-64-darwin.

Example: https://hydra.nixos.org/build/328545627/nixlog/3/tail
This commit is contained in:
Martin Weinelt
2026-05-17 22:05:55 +02:00
parent c2cc02a354
commit 4451449d86
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "maturin";
version = "1.13.1";
version = "1.12.6";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
tag = "v${finalAttrs.version}";
hash = "sha256-Y/TsAr0WgdD1f7T1unQcOU83nyU/xugPfBt1Xtq7rsQ=";
hash = "sha256-NQ94RdQTQlRR5+2dC95cFNhwYliHmkD11JWyGt6BV6g=";
};
cargoHash = "sha256-pUSxvPWys9OyRb6sf4KhefHtcrbZEAKkuO3Lkl71yME=";
cargoHash = "sha256-9VqS9wvQAsSYNhH7B9WlD6SZjXR4S2sYzYoNy6vbYBM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv