Unverified Commit 89e75f5b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #305760 from r-ryantm/auto-update/svd2rust

svd2rust: 0.33.0 -> 0.33.1
parents 3fa4d171 accd533c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "svd2rust";
  version = "0.33.0";
  version = "0.33.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-EdU/Hr1OQ02Jeq4OgJPOS//4wltBPoYdUcFMvlOjIBY=";
    hash = "sha256-omAL/nRdB5wngOQTaZdnq9XaPnDj6kxda+27TQS7dUQ=";
  };

  cargoHash = "sha256-T4QRrSBjf47wGJIVfxZNGig8k7KWvQQIvV8zwRUP/38=";
  cargoHash = "sha256-YmnKZhGDQ+eqHy/KQxp3ZdCxKrZEKcS2R+5/t6HhOCg=";

  # error: linker `aarch64-linux-gnu-gcc` not found
  postPatch = ''