maturin: 1.8.6 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-07-19 05:44:07 +02:00
committed by Weijia Wang
parent bed23176c6
commit b14809fc77
+3 -3
View File
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.8.7";
version = "1.9.1";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-uPtaojmAmMQcmkw7N6oRmE7nIpgyBXm3fLiyP0Ur7Ds=";
hash = "sha256-nqi3t1rK2ZTIwFra1avnnhJSMbRI64t5/wP3dCyCY3A=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3/CP7A/nlx1Qd7j4SQKcxafKAFxnIU90sqaOOw/APOs=";
cargoHash = "sha256-ZszmCXvPRpt6+cTDU1GD3K81Qw4UVFMDKLOlb1R6KiE=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv