svd2rust: 0.35.0 -> 0.36.0 (#388863)

Co-authored-by: newAM <newAM@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-11 01:55:45 +00:00
committed by GitHub
co-authored by newAM
+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 = ''