about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-05 04:33:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-05 04:33:43 +0000
commit39e30fa40e26b2e7a0afbee4689c57519dc6e165 (patch)
tree6b1304e58fc24bb93db51d572f2c6fd075c98870 /pkgs/development/interpreters/wasmtime
parent87a0230e64d5100c972de1dec96996bc985a1ebe (diff)
downloadnixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar.gz
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar.bz2
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar.lz
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar.xz
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.tar.zst
nixlib-39e30fa40e26b2e7a0afbee4689c57519dc6e165.zip
wasmtime: 9.0.2 -> 9.0.3
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 1361da4b2899..7e40b1d4adb4 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 = "9.0.2";
+  version = "9.0.3";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Fnc3iepxHr7WjorFoabHE6ZM/zK1T5W/gkxL+AEcVgU=";
+    hash = "sha256-b/GioFixPpbCUiYfOLwJ1NCsLGqIm+v9ODuq6kD8JeE=";
     fetchSubmodules = true;
   };
 
-  cargoHash = "sha256-7Q5aJU0sYzRLgjiSNLIrydYRJ3ozABjDo4VtmexS3po=";
+  cargoHash = "sha256-AYb6dbmvoFYbvgik9rdyOnxdHdnhR8thnrQShGxRLFA=";
 
   cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];