Merge pull request #198179 from r-ryantm/auto-update/wasmtime

wasmtime: 2.0.0 -> 2.0.1
This commit is contained in:
Mario Rodas 2022-10-28 00:22:49 -05:00 committed by GitHub
commit 90a735b875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ffmdm+L4QL4NHQp58TgHYC0sGIbCIi4Q9AleG0tSt0s=";
sha256 = "sha256-C0HH8JLF6fKXFC3AEcM/lizGFZYJkdtBCbu2YxRwMdI=";
fetchSubmodules = true;
};
cargoSha256 = "sha256-BkH9gPo61s4m36hjAFU8ZLmtje787mBswF7zUMwEc70=";
cargoSha256 = "sha256-4kLladdrDaCcEk9xpqWuzf5H1NNuOvq92qhjoRKXZ4E=";
cargoBuildFlags = [
"--package wasmtime-cli"