wasmtime: 31.0.0 -> 32.0.0

This commit is contained in:
Rafael Fernández López 2025-05-04 18:03:20 +02:00
parent 5fe6820251
commit 5dffe55d38

View file

@ -9,20 +9,20 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "wasmtime"; pname = "wasmtime";
version = "31.0.0"; version = "32.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = "wasmtime"; repo = "wasmtime";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-IQeYmqCXhzWsuufrLKeBI2sw86dXbn7c5DbmcoJTWvo="; hash = "sha256-MGeLnxUmhhuW1FInBCc1xzppgvf3W8J0sy9v9QjgBIA=";
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;
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-zMDpbJoOaKJ974Ln43JtY3f3WOq2dEmdgX9TubYdlow="; cargoHash = "sha256-m9TsTTx/ExqE9/W3xVkYxtgKh8AlGUJTlGPMIDK2xog=";
cargoBuildFlags = [ cargoBuildFlags = [
"--package" "--package"
"wasmtime-cli" "wasmtime-cli"