svd2rust: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm
2025-03-11 00:58:07 +00:00
parent 6af46873e5
commit 67e58cfa0c
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "svd2rust";
version = "0.35.0";
version = "0.36.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-KLwIwJtPBQ8Sa94/IEJhIGTx/n3oYQKINmNV5L5TJV0=";
hash = "sha256-HdE4XWAM1e25kRwryMzGqo2sUpzgwk2aiWsi+qXZ7bU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-hac29ixPEjm/07isiEndlxyFFDib2K5FAAEN3WsdHmw=";
cargoHash = "sha256-JiGTGdrudmDCNmJOtHgIBwTVCLB3m4RCqxlypa2KdDQ=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''