Skip to content

Commit 9b94d21

Browse files
wasmtime: 30.0.2 -> 31.0.0 (NixOS#391634)
2 parents 3277e61 + c734738 commit 9b94d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/interpreters/wasmtime/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "wasmtime";
5-
version = "30.0.2";
5+
version = "31.0.0";
66

77
src = fetchFromGitHub {
88
owner = "bytecodealliance";
99
repo = pname;
1010
rev = "v${version}";
11-
hash = "sha256-crVetjCSdwMotVvlIB2fJIFDrGrRE72LmRRw9DwYmyc=";
11+
hash = "sha256-IQeYmqCXhzWsuufrLKeBI2sw86dXbn7c5DbmcoJTWvo=";
1212
fetchSubmodules = true;
1313
};
1414

1515
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
1616
auditable = false;
1717
useFetchCargoVendor = true;
18-
cargoHash = "sha256-YupZr9jturuiFICubrXeOpAeFRvvdX4iRrarBkGL2s0=";
18+
cargoHash = "sha256-zMDpbJoOaKJ974Ln43JtY3f3WOq2dEmdgX9TubYdlow=";
1919
cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];
2020

2121
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)