Skip to content

Commit

Permalink
wasmtime: 9.0.4 -> 10.0.1
Browse files Browse the repository at this point in the history
(cherry picked from commit a39736a)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jun 24, 2023
1 parent bb73748 commit 192c840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/wasmtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "9.0.4";
version = "10.0.1";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-FBPfsX91yagytwhMHLTjDWymM2HHEGVEKn+wclPTMsM=";
hash = "sha256-UqjJVAmqITh7ixo71jfdQNZ5OLjmmmrk4b0saU2kyYo=";
fetchSubmodules = true;
};

cargoHash = "sha256-4GUmzVsd8gdri0SH0eUryY857ECypxSZX6KR49lzhVE=";
cargoHash = "sha256-fEDvxstvBP/e2G8KbTVQKdxafQXxz4mnqCAso16HYaY=";

cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];

Expand Down

0 comments on commit 192c840

Please sign in to comment.