maturin: 1.5.1 -> 1.6.0

https://github.com/PyO3/maturin/blob/v1.6.0/Changelog.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:32 +02:00
parent e42f00da8d
commit bec43ec8a3
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-3rID2epV1pCwpofFf9Wuafs1SlBWH7e7/4HPaSUAriQ=";
hash = "sha256-cKX5fDPQElNLAur2PF6J5050QnMNrazMTCVtGmjwmxQ=";
};
cargoHash = "sha256-hPyPMQm/Oege0PPjYIrd1fEDOGqoQ1ffS2l6o8je4t4=";
cargoHash = "sha256-EuMPcJAGz564cC9UWrlihBxRUJCtqw4jvP/SQgx2L/0=";
buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ];