lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #250669 from newAM/svd2rust-0.30.0

svd2rust: 0.29.0 -> 0.30.0

authored by

Jonas Heinrich and committed by
GitHub
b401f3aa 844d522a

+8 -3
+8 -3
pkgs/development/tools/rust/svd2rust/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "svd2rust"; 5 - version = "0.29.0"; 5 + version = "0.30.0"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-VxjoS93OwJAc9Cb0VL9R/49pAcXPYrzC7q6vYJSDYB4="; 9 + hash = "sha256-/fB6Ay9t5WkBtHVYne/dbj+PXurMpzKAb7/OFD4j7U4="; 10 10 }; 11 11 12 - cargoHash = "sha256-f8dht3HCgzeTfyhFhJS2F+TL5Y0qi+A5PGZkNXF1AUw="; 12 + cargoHash = "sha256-PD2UsLVfc6D726BpE6a1MKjspL3/g2D9sweCmVXtH1E="; 13 + 14 + # error: linker `aarch64-linux-gnu-gcc` not found 15 + postPatch = '' 16 + rm .cargo/config.toml 17 + ''; 13 18 14 19 meta = with lib; { 15 20 description = "Generate Rust register maps (`struct`s) from SVD files";