Unverified Commit 326b7f4e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #315881 from NixOS/backport-315713-to-release-24.05

[Backport release-24.05] wasm-tools: 1.208.1 -> 1.209.1
parents 3d446e2a 6eea3dc2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,19 +5,19 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-tools";
  version = "1.208.1";
  version = "1.209.1";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+//n8rh0wToxiq6fob9UvFP3YTT9F/0MSbVSzihFNww=";
    hash = "sha256-aGlj/5ZUu7vHH/g1et1IRR9yAVrxlcRdVHcU6ipp5yk=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;
  cargoHash = "sha256-Peml+41VcGKI3UbUhKDPZqPwgY0zcYbhwXhyLibe2T4=";
  cargoHash = "sha256-LbYlUgu9k4bqJZrvga2jf+FjWo/KcQQ0ZssA+pZpAcI=";
  cargoBuildFlags = [ "--package" "wasm-tools" ];
  cargoTestFlags = [ "--all" ];