Merge pull request #234290 from ereslibre/bump-wasmtools-1.0.35

wasm-tools: 1.0.30 -> 1.0.35
This commit is contained in:
figsoda 2023-05-26 17:18:01 -04:00 committed by GitHub
commit 07228afe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 476 additions and 230 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wasm-tools"; pname = "wasm-tools";
version = "1.0.30"; version = "1.0.35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = pname; repo = pname;
rev = "${pname}-${version}"; rev = "${pname}-${version}";
hash = "sha256-Sd4oYHywXejLPDbNmQ73bWGw48QNQ8M+2l3CjC6D6Iw="; hash = "sha256-+K8yn1qpBUdBYE3SK6yZ4OBDWGhIPpaXmNSnQhvLfEk=";
fetchSubmodules = true; fetchSubmodules = true;
}; };