Skip to content

Commit eb8daae

Browse files
authored
wasmtime: 31.0.0 -> 32.0.0 (#404144)
2 parents 8b887fc + 5dffe55 commit eb8daae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/wasmtime/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
}:
1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "wasmtime";
12-
version = "31.0.0";
12+
version = "32.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "bytecodealliance";
1616
repo = "wasmtime";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-IQeYmqCXhzWsuufrLKeBI2sw86dXbn7c5DbmcoJTWvo=";
18+
hash = "sha256-MGeLnxUmhhuW1FInBCc1xzppgvf3W8J0sy9v9QjgBIA=";
1919
fetchSubmodules = true;
2020
};
2121

2222
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
2323
auditable = false;
2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-zMDpbJoOaKJ974Ln43JtY3f3WOq2dEmdgX9TubYdlow=";
25+
cargoHash = "sha256-m9TsTTx/ExqE9/W3xVkYxtgKh8AlGUJTlGPMIDK2xog=";
2626
cargoBuildFlags = [
2727
"--package"
2828
"wasmtime-cli"

0 commit comments

Comments
 (0)