Merge pull request #74125 from nomeata/joachim/wasmtime

wasmtime: 20191018 -> 20191111
This commit is contained in:
Matthew Bauer 2019-11-26 09:23:17 -06:00 committed by GitHub
commit 886fd8dfe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 396 additions and 305 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage {
pname = "wasmtime";
version = "20191018";
version = "20191111";
src = fetchFromGitHub {
owner = "CraneStation";
owner = "bytecodealliance";
repo = "wasmtime";
rev = "ebef2c6b5720fce164af9ded8b7ff3dd5d7e041c";
sha256 = "15wa0by7lb90qd6fg8i2v1hw7hgbkrh1rqhrf7z850c9ydah6n13";
rev = "0006a2af954eba74c79885cb1fe8cdeb68f531c1";
sha256 = "0lf3pdkjxcrjmjic7xxyjl5dka3arxi809sp9hm4hih5p2fhf2gw";
fetchSubmodules = true;
};
cargoSha256 = "07qz6wl32j6gzc9nxv0dr7y6ixmzbzv5j1flkrysdrfidxlldn9k";
cargoSha256 = "0mnwaipa2az3vpgbz4m9siz6bfyhmzwz174k678cv158m7mxx12f";
cargoPatches = [ ./cargo-lock.patch ];