Unverified Commit 896148fd authored by misuzu's avatar misuzu Committed by GitHub
Browse files

wasm-tools: 1.223.0 -> 1.224.0 (#375790)

parents c4ffebad 093fa507
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,19 +6,19 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-tools";
  version = "1.223.0";
  version = "1.224.0";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Wy/a8U2VEpfNgKMA1lwKOlC5fezX5voW+U5HkL0cH4k=";
    hash = "sha256-NU8j/qDMCeVFnUhU2P5ZrrpMgE6+IIV/+jmLpPEk3vA=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;
  cargoHash = "sha256-P4jPSXvWXQZWQMvVllpAwq2svaBue6HD9KVhV6QTGMU=";
  cargoHash = "sha256-UEQnlfXZgNprd9w/ZyeqQkN4psmKKhRf2PCBadDnYDo=";
  cargoBuildFlags = [
    "--package"
    "wasm-tools"