11 rustPlatform.buildRustPackage {
15 src = fetchFromGitHub {
18 rev = "9d5f6e014c80838ff2b0cca401bcbd518c1e9274";
19 hash = "sha256-bXzJvlhG/IJOu+D1iluJD3wDoiJXWzXYJ+ZUG6xMCeA=";
22 cargoHash = "sha256-OQ3XY8RzmjGZWFyTY3HY9AYb8qDHHeEAuWa+3WNOtRM=";
24 buildFeatures = [ "full" ];
26 nativeBuildInputs = [ pkg-config ];
34 description = "Cargo tool for working with VEX V5 Rust projects";
35 mainProgram = "cargo-v5";
36 homepage = "https://github.com/vexide/cargo-v5";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ max-niederman ];