maturin: 0.10.5 -> 0.10.6

Changelog:
https://github.com/PyO3/maturin/blob/main/Changelog.md#0106---2021-05-21
This commit is contained in:
Daniël de Kok 2021-05-22 10:02:33 +02:00
parent aa53807ba7
commit 604ea22f42

View file

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-wI5bk9LauIfT4aEo1pCtUicXn0mJb4ijqV0NI6rKL6k=";
hash = "sha256-qWDrdS1zxe5woQSKLHhDSGJ1KF4SHk1mhaQApJXCCO4=";
};
cargoHash = "sha256-xLT3QeLDZnPrW1rCa0E1DrCYiqhb04o3vdi8pdJdWJQ=";
cargoHash = "sha256-NEXgb7yWQkqbbofd3oYQ5n+CmfaM2cWj8HwufrcRKkc=";
nativeBuildInputs = [ pkg-config ];