Skip to content

Commit

Permalink
wasmtime: 10.0.1 -> 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jul 22, 2023
1 parent 09ab9fb commit 03049a5
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 = "10.0.1";
version = "11.0.0";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-UqjJVAmqITh7ixo71jfdQNZ5OLjmmmrk4b0saU2kyYo=";
hash = "sha256-8JPMkmixy/8kekwdEJ8xduScEBS7+nnUIEWhVUyPecA=";
fetchSubmodules = true;
};

cargoHash = "sha256-fEDvxstvBP/e2G8KbTVQKdxafQXxz4mnqCAso16HYaY=";
cargoHash = "sha256-xojU6tS3L2e1baErdqlaG0mbDbB201ulWr66YzP6ekY=";

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

Expand Down

0 comments on commit 03049a5

Please sign in to comment.