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
commit 590bfda390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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