wasm-tools: 1.236.0 -> 1.236.1 (#434026)

Co-authored-by: ereslibre <ereslibre@ereslibre.es>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-17 17:19:24 +00:00 committed by GitHub
commit 36b26e6528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wasm-tools"; pname = "wasm-tools";
version = "1.236.0"; version = "1.236.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = "wasm-tools"; repo = "wasm-tools";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-gw5LIfbrJojsK7g8sMLBGXKJbME8MMtLm1ytVR1Zbmo="; hash = "sha256-kg8I74i5MlsrmFGeHMFDs+FyuCNqNwj8buJE/apRMkg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
auditable = false; auditable = false;
cargoHash = "sha256-/ixFvNTh1loXd3CPzNzGMGDbQPnGUtp/XaoK/7dW48Q="; cargoHash = "sha256-5QUYWhWfmvvmHxlpPNT3nQmRb2D17XGkcHTzwvdjh6g=";
cargoBuildFlags = [ cargoBuildFlags = [
"--package" "--package"
"wasm-tools" "wasm-tools"