wasmtime: 30.0.0 -> 30.0.2

This commit is contained in:
R. Ryantm
2025-03-05 06:17:15 +00:00
parent 1eeeaa0843
commit 4ed4d3138f

View File

@@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "30.0.0";
version = "30.0.2";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-h+GXhpmP+a3uqhQWPe5Js6jtjvQoncD4osetmLQO1MQ=";
hash = "sha256-crVetjCSdwMotVvlIB2fJIFDrGrRE72LmRRw9DwYmyc=";
fetchSubmodules = true;
};
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
auditable = false;
useFetchCargoVendor = true;
cargoHash = "sha256-NlvyPsYgM0xey2x3bWZ+PLUttmIeG4MtkOmbmUMTHEc=";
cargoHash = "sha256-YupZr9jturuiFICubrXeOpAeFRvvdX4iRrarBkGL2s0=";
cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];
outputs = [ "out" "dev" ];