maturin: 1.0.1 -> 1.1.0

Diff: PyO3/maturin@v1.0.1...v1.1.0

Changelog: https://github.com/PyO3/maturin/blob/v1.1.0/Changelog.md
This commit is contained in:
Mario Rodas 2023-06-16 04:20:00 +00:00
parent f76683b6c6
commit e4770e34b2

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-iVN6LpikU+TP4P9ZJUVQR/ZNkRHjYLgdDA0aQeWMZfA=";
hash = "sha256-UH+qOKKQdWXQZZMtrihbWmKaUoSy1NciGh9UTtS/W5E=";
};
cargoHash = "sha256-iX4cbZ0PV0/o42f1QKNlAkwHEif2fu+RvhdzH7tWOZE=";
cargoHash = "sha256-EGgVPRaofia+AwXSr6X4Aa8jbk5qDkXg1XvMoEp0qMQ=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];