Robert Schütz
2026-06-19 12:03:01 -07:00
parent 030523c9b8
commit 2c176d05ca
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "maturin";
version = "1.13.3";
version = "1.14.1";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
tag = "v${finalAttrs.version}";
hash = "sha256-xVR/R/aQ6Kvx7w/X9gedjJLzlxz+5nhnwjxsiyKcg0A=";
hash = "sha256-sqcNRN8oAZ2AK5gHr3ipb035VOiB+zDA10wTtiaeUBM=";
};
cargoHash = "sha256-awdc2SLEfMP4cLG+RvQbeYPn1o9Ft7sqOnRy8iQqjB0=";
cargoHash = "sha256-pD8/S7GsFFeAjc8U4fQ9ZTu+o3mKyPagMPKKRI40n4w=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv