maturin: 1.7.8 -> 1.8.1 (#369460)

authored by seth and committed by GitHub a67efacc 5d88e3a3

+3 -3
+3 -3
pkgs/by-name/ma/maturin/package.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "maturin"; 16 - version = "1.7.8"; 17 18 src = fetchFromGitHub { 19 owner = "PyO3"; 20 repo = "maturin"; 21 rev = "v${version}"; 22 - hash = "sha256-2uf49Rz6x0+Mb9EKjyAIlfdmfZ3qRVFLUgwW02SDE48="; 23 }; 24 25 - cargoHash = "sha256-SXomWGP7xCheIW2n1QNavq28EVWOpwh9AsCYPPUMm14="; 26 27 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 28 darwin.apple_sdk.frameworks.Security
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "maturin"; 16 + version = "1.8.1"; 17 18 src = fetchFromGitHub { 19 owner = "PyO3"; 20 repo = "maturin"; 21 rev = "v${version}"; 22 + hash = "sha256-Ix1UTVYJRPTii/LqJQto+und+BrSAIZeHlTA6biysm0="; 23 }; 24 25 + cargoHash = "sha256-xC0zCDGE0AynMUc5qSkgOYB3JqOWDlc8oz4yi6cGCJs="; 26 27 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 28 darwin.apple_sdk.frameworks.Security