6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "antoniusnaumann";
14 hash = "sha256-2jKu1Hl+2HnlZWu+mLmrhrhzH1Q/S9ej+SJyjeMr4CI=";
17 cargoHash = "sha256-PQkV2Gz1whIM772bGAEC0TQO9w4DaWSrtCejgVCFTpA=";
20 description = "Cargo plugin to easily build Swift packages from Rust code";
21 mainProgram = "cargo-swift";
22 homepage = "https://github.com/antoniusnaumann/cargo-swift";
23 license = with licenses; [ asl20 mit ];
24 maintainers = with maintainers; [ elliot ];