summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-24 05:52:46 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-24 12:40:17 +0000
commit192c84022110902ad85636b9f9d75429da5b9bad (patch)
tree1e38b5874a85a5f367758a5b8f8d588722ba1e75
parentdtc: fix cross (diff)
downloadnixpkgs-192c84022110902ad85636b9f9d75429da5b9bad.tar.gz
wasmtime: 9.0.4 -> 10.0.1
(cherry picked from commit a39736aa4c5653ea306aee08744164c23a4294d1)
-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 98afb266a103..253325975ec7 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.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" ];