Unverified Commit ac7918aa authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268085 from ereslibre/bump-wasm-tools

wasm-tools: 1.0.51 -> 1.0.52
parents d3561c7d f7adf20e
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.0.51";
  version = "1.0.52";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-SeUwd9S2WMGbNqj9NzZZKW1tQWc0cbe+uZmHc1PWKR8=";
    hash = "sha256-6x2H+WY23XxBWmAqD2Lsc4TdCY76XiR/BhSU++XuIFY=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;
  cargoHash = "sha256-G7pIy8KuDEEVVhH0WzY93eDhH2oTT9sP5CqTgfxYB0c=";
  cargoHash = "sha256-1YnoHL+FKXhopcW0Scya22sRBwantRH9gF7w/rxU0H8=";
  cargoBuildFlags = [ "--package" "wasm-tools" ];
  cargoTestFlags = [ "--all" ];