Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2020-04-16 10:09:43 +02:00
277 changed files with 8102 additions and 4662 deletions

View File

@@ -2,12 +2,12 @@
rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "v0.12.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "${pname}";
rev = "${version}";
rev = "v${version}";
sha256 = "08dhk5s8rv41mjqbwfqwqmp6p6p9y7qc5yc76ljjd9l7j1phl7mr";
fetchSubmodules = true;
};