about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-03-21 07:44:24 +0100
committerThomas Gerbet <thomas@gerbet.me>2023-03-21 07:44:24 +0100
commit57c69fcbea58a733b5c09c53e6973e1f69bc6220 (patch)
tree68de9bef72f87eb5db7331079fa331ca5faba52d /pkgs/development/interpreters/wasmtime
parenta8cb03117a94c13184c47ba00e6ec21a503c6ecd (diff)
wasmtime: 6.0.1 -> 7.0.0
https://github.com/bytecodealliance/wasmtime/blob/b5a2d536acb2a8a8a505116302b36173bb713748/RELEASES.md
Diffstat (limited to 'pkgs/development/interpreters/wasmtime')
-rw-r--r--pkgs/development/interpreters/wasmtime/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix
index f07ddfb0e6062..7a3297ba7f072 100644
--- a/pkgs/development/interpreters/wasmtime/default.nix
+++ b/pkgs/development/interpreters/wasmtime/default.nix
@@ -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"