Merge pull request #92104 from ggreif/wasmtime

wasmtime: 0.17.0 -> 0.18.0
This commit is contained in:
Maximilian Bosch 2020-07-03 23:50:38 +02:00 committed by GitHub
commit 109ec6fc25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
cargoSha256 = "149nav392wf4sr50dpdlnvfq3vfrrl9lqgr98g5dyzfjrf5jbzm3";
cargoSha256 = "0r92jafxbji2sgc5a4syycsk705zcx4wqfwgg73sx568mfxkw225";
nativeBuildInputs = [ python cmake clang ];
buildInputs = [ llvmPackages.libclang ] ++