Unverified Commit 8109a456 authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

wasm-tools: 1.0.30 -> 1.0.35

parent 60a2bc32
Loading
Loading
Loading
Loading
+471 −225

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-tools";
  version = "1.0.30";
  version = "1.0.35";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-Sd4oYHywXejLPDbNmQ73bWGw48QNQ8M+2l3CjC6D6Iw=";
    hash = "sha256-+K8yn1qpBUdBYE3SK6yZ4OBDWGhIPpaXmNSnQhvLfEk=";
    fetchSubmodules = true;
  };