Commit 2fa539d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

wasm-tools: 1.236.0 -> 1.236.1

parent cedc4cc9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,20 +6,20 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-tools";
  version = "1.236.0";
  version = "1.236.1";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "wasm-tools";
    tag = "v${version}";
    hash = "sha256-gw5LIfbrJojsK7g8sMLBGXKJbME8MMtLm1ytVR1Zbmo=";
    hash = "sha256-kg8I74i5MlsrmFGeHMFDs+FyuCNqNwj8buJE/apRMkg=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;

  cargoHash = "sha256-/ixFvNTh1loXd3CPzNzGMGDbQPnGUtp/XaoK/7dW48Q=";
  cargoHash = "sha256-5QUYWhWfmvvmHxlpPNT3nQmRb2D17XGkcHTzwvdjh6g=";
  cargoBuildFlags = [
    "--package"
    "wasm-tools"