wasm-tools: 1.0.36 -> 1.0.37

This commit is contained in:
Rafael Fernández López 2023-07-19 00:22:36 +02:00
parent fd1fd2cc08
commit 79b5848bbf
2 changed files with 233 additions and 274 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;
};