diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-20 23:48:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-21 10:00:50 +0000 |
| commit | 9d28aa1bcaf10b379f4a65141173d0b89f78ef44 (patch) | |
| tree | 28275bedc903153ad47923e5b7754187c6735512 | |
| parent | Merge pull request #290256 from NixOS/backport-288124-to-release-23.11 (diff) | |
| download | nixpkgs-9d28aa1bcaf10b379f4a65141173d0b89f78ef44.tar.gz | |
wasmtime: 17.0.1 -> 18.0.1
(cherry picked from commit 1b109bf79a8daaf6e235d6e41f218fe3402bd78f)
| -rw-r--r-- | pkgs/development/interpreters/wasmtime/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix index 330f4bfba6b6..3247b7eb7dee 100644 --- a/pkgs/development/interpreters/wasmtime/default.nix +++ b/pkgs/development/interpreters/wasmtime/default.nix @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { pname = "wasmtime"; - version = "17.0.1"; + version = "18.0.1"; src = fetchFromGitHub { owner = "bytecodealliance"; repo = pname; rev = "v${version}"; - hash = "sha256-a1i6tYc6qMk0tNIo5BsC+ZaJyLaupmBhIIm6UVjD1U8="; + hash = "sha256-wCaDwaD/Xvm++PCrDmXo2Nqn9z07et8AhSI1e1527vc="; fetchSubmodules = true; }; # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. auditable = false; - cargoHash = "sha256-PcN/cdezjjwC0Rk/QlNthNt5M3jRjxcCEd31GTVNHnU="; + cargoHash = "sha256-4fKJD3YmwFrHk38PUrpn4BDFkByylqRgPmuVHcVxdSI="; cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ]; outputs = [ "out" "dev" ]; |
