3
0
Fork 0
forked from mirrors/nixpkgs

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

wasmtime: 3.0.0 -> 3.0.1
This commit is contained in:
figsoda 2022-12-07 12:18:57 -05:00 committed by GitHub
commit 7ead9d1ea3
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 = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DDgt7NjTNiqSq8+yC7bjlpKvWt36ybRCGByx07N4hC8=";
sha256 = "sha256-DJEX/BoiabAQKRKyXuefCoJouFKZ3sAnCQDsHmNC/t8=";
fetchSubmodules = true;
};
cargoSha256 = "sha256-xYOSMWPGLI6xnYhAZDM+MvD/zI0hsoqie86SUGn2EDI=";
cargoSha256 = "sha256-L+VozBK1RJGg2F51Aeau8jH1XM5IfR7qkhb7iXmQXE4=";
cargoBuildFlags = [
"--package wasmtime-cli"