maturin: 1.9.1 -> 1.9.3

https://github.com/PyO3/maturin/blob/v1.9.3/Changelog.md
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:40 +02:00
parent 1b205d1645
commit 827be3a073
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.9.1";
version = "1.9.3";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-nqi3t1rK2ZTIwFra1avnnhJSMbRI64t5/wP3dCyCY3A=";
hash = "sha256-VhL4nKXyONXbxriEHta0vCnWY1j82oDOLoxVigaggSc=";
};
cargoHash = "sha256-ZszmCXvPRpt6+cTDU1GD3K81Qw4UVFMDKLOlb1R6KiE=";
cargoHash = "sha256-Iom4GoTBFJ9P5UQnYF5JbeQeO2Eh1MwKOwbo+PhgtQM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv