Merge pull request #270798 from newAM/svd2rust-0.31.1

svd2rust: 0.31.0 -> 0.31.1
This commit is contained in:
Nick Cao 2023-11-29 09:26:01 -05:00 committed by GitHub
commit 858e57c66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "svd2rust";
version = "0.31.0";
version = "0.31.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-Ifi7KWq2jCSUvriKIVQ67a7Ow4aHriM2AjH6kW7+PGs=";
hash = "sha256-5+nQ7c71fXd0P51DYLBoZ3KWLkQu/dJ6s3Q90GbLQoM=";
};
cargoHash = "sha256-+aK+Uv0gDmCxvR4VqVM+nvoSJkldD1hE10QC3B25r0Y=";
cargoHash = "sha256-SrtOuzz5re0ptw1XyPSLLGh9jVs2dJVP/0giuQLsc08=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''