Skip to content

Commit 25b08c7

Browse files
committed
wasmtime: 32.0.0 -> 33.0.0
1 parent c18ed75 commit 25b08c7

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 = "32.0.0";
12+
version = "33.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "bytecodealliance";
1616
repo = "wasmtime";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-MGeLnxUmhhuW1FInBCc1xzppgvf3W8J0sy9v9QjgBIA=";
18+
hash = "sha256-/i//5kPN1/zQnfDZWuJldKdFWk/DKAf5b5P4F58rgPI=";
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-m9TsTTx/ExqE9/W3xVkYxtgKh8AlGUJTlGPMIDK2xog=";
25+
cargoHash = "sha256-4ziMGmBbQ4anXvF6wwK1ezYXHY7JBvMRmPDreNME0H8=";
2626
cargoBuildFlags = [
2727
"--package"
2828
"wasmtime-cli"

0 commit comments

Comments
 (0)