Unverified Commit 14baee7b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #244227 from ereslibre/bump-wasm-tools-1.0.37

wasm-tools: 1.0.36 -> 1.0.37
parents 82d4b82e 79b5848b
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;
  };