Skip to content

Commit

Permalink
wasmtime: 6.0.1 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Mar 21, 2023
1 parent a8cb031 commit 57c69fc
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 = "6.0.1";
version = "7.0.0";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-vVdvj3Q3weK+yohSaEDaagqWWZkA+KV4gRRbcE3UiPQ=";
hash = "sha256-vbsjUJH6wHmSTwUV5tXrTUljPJNLTms8K6EyWi0mipA=";
fetchSubmodules = true;
};

cargoHash = "sha256-7FYXKEN17I7sLQid2JGTxFHMhGPka2coEMS6y4HvwPU=";
cargoHash = "sha256-eTm0FfWiNpEwj2egLrQGPA1lZ0K5GfVOeULsbNyf18Q=";

cargoBuildFlags = [
"--package wasmtime-cli"
Expand Down

0 comments on commit 57c69fc

Please sign in to comment.