6 rustPlatform.buildRustPackage rec {
11 inherit version pname;
12 hash = "sha256-5s4CPV6Tke37QlyMzI6WFDb9EdRfcFDoFrmuWblbp20=";
15 cargoHash = "sha256-VrOFu7LNFeH70VPdz9uJxXuRtTvxKiS1dlhCdr++7+g=";
18 description = "Tools to handle vendor-supplied, often buggy SVD files";
19 mainProgram = "svdtools";
20 homepage = "https://github.com/stm32-rs/svdtools";
21 changelog = "https://github.com/stm32-rs/svdtools/blob/v${version}/CHANGELOG-rust.md";
22 license = with licenses; [ asl20 /* or */ mit ];
23 maintainers = with maintainers; [ newam ];