svd2rust: 0.30.1 -> 0.30.2

This commit is contained in:
R. Ryantm
2023-10-23 13:58:22 +00:00
parent 6c5458cf32
commit a3fcdd0c3d
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "svd2rust";
version = "0.30.1";
version = "0.30.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-Yjdrz/8uonM2kRCNAe6YZNPDDVmjqDiEk8CwgZUbBCg=";
hash = "sha256-nZ9c4Rog7dvlsnu4y33Yp+PJzwvBKvwyxF4V5UeJCVE=";
};
cargoHash = "sha256-875B7e/RCXs84yiwou5NZgxmjolxCKkQsUcRxXnV+Qo=";
cargoHash = "sha256-wVv46yYlKsyxk+2eXwsd0jMC64Xk5+Krp18B2pKo0mo=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''