Unverified Commit 9b4f35d0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

svd2rust: 0.33.1 -> 0.33.2
parents 3efd4583 be0140e4
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.1";
  version = "0.33.2";

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

  cargoHash = "sha256-YmnKZhGDQ+eqHy/KQxp3ZdCxKrZEKcS2R+5/t6HhOCg=";
  cargoHash = "sha256-5NGW9uTemoHWvrhz06suVXzjZ48pk+jN6DUkdzIXT5k=";

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