Merge pull request #60561 from matthewbauer/wasmtime-fix-hash

wasmtime: fix hash
This commit is contained in:
Matthew Bauer
2019-05-01 14:09:37 -04:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
cargoSha256 = "17k8n5xar4pvvi4prhm6c51vlim9xqwkkhysbnss299mm3fyh36h";
cargoSha256 = "0xy8vazb4nc4q1098ws92j1yfwp9w7q30z0yk2gindkn898603bc";
cargoPatches = [ ./cargo-lock.patch ];