Merge pull request #155491 from newAM/svd2rust

svd2rust: 0.19.0 -> 0.21.0
This commit is contained in:
Mario Rodas 2022-01-19 07:18:01 -05:00 committed by GitHub
commit f178a51334
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.19.0";
version = "0.21.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-LNJd88Gw8HaE1qnRbD7mipVEFgG7jCsyUu9pbwY/4JY=";
sha256 = "0mxzbbxrg1jysxpjqcvgwwmh8qf0lyf64fl1gxxp0whph0x279qj";
};
cargoSha256 = "sha256-Qg/wA3R98FAb8UZ5s7GOEgOeifrqwFJ4lg0BC2SZOE8=";
cargoSha256 = "0kvya6swx1nsxxlhn2w8x4dhl4j3v56jxqr2h259cx6lzv3xjhin";
buildInputs = lib.optional stdenv.isDarwin libiconv;