Commit 79b5848b authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

wasm-tools: 1.0.36 -> 1.0.37

parent fd1fd2cc
Loading
Loading
Loading
Loading
+228 −269

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.36";
  version = "1.0.37";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-ADwj7Tie02I5HEG5kt3x8TiudMFnYJ1KEyK12bCQ6kc=";
    hash = "sha256-3LswpSnXCRaDeoViEa/EnyB472g4TlLYc705rUmfN9M=";
    fetchSubmodules = true;
  };