wasmtime: 7.0.0 -> 8.0.0

This commit is contained in:
Jamie Magee 2023-04-23 17:25:45 -07:00
parent 305d1e3887
commit 1ad9fb62a9
No known key found for this signature in database

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "7.0.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-vbsjUJH6wHmSTwUV5tXrTUljPJNLTms8K6EyWi0mipA=";
hash = "sha256-NSD0xWqxRVFiearYRZFIllizsRHPylWYNzcNoC6+Cpg=";
fetchSubmodules = true;
};
cargoHash = "sha256-eTm0FfWiNpEwj2egLrQGPA1lZ0K5GfVOeULsbNyf18Q=";
cargoHash = "sha256-v0DLbYM9EoIcj0JEH+LWrMx14gLRfCLW8wYDFKdFNCs=";
cargoBuildFlags = [
"--package wasmtime-cli"