3
0
Fork 0
forked from mirrors/nixpkgs

wasmtime: 0.37.0 -> 0.38.0

This commit is contained in:
Rafael Fernández López 2022-06-21 18:19:37 +03:00
parent 7042b2fd9c
commit d4ed4c52e1
No known key found for this signature in database
GPG key ID: A07C55EEE4CCE570

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wasmtime"; pname = "wasmtime";
version = "0.37.0"; version = "0.38.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ZUr1v94If8ER4lTHLwuP+F3xfXU7IW4ZEztBA2TPvVg="; sha256 = "sha256-q+6w22MbI3HRpmkybZXXWbkK7jbd6lyxodC3EpSovRI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoSha256 = "sha256-X+KDeWavFTBaxbSPlIiyuiBC7wg1/5C/NXp+VEY8Mk8="; cargoSha256 = "sha256-uuhGb0/RDz1/3O8WYiyGIUQFh0WZWJgujqtvH+hgbdA=";
doCheck = true; doCheck = true;
checkFlags = [ checkFlags = [