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