wasmer: upgrade cargo fetcher and cargoSha256

Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
Benjamin Hipple 2020-02-15 23:02:14 -05:00 committed by Jon
parent 777c1dda59
commit e90602b8f2

View file

@ -18,10 +18,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1yp7kandh5hh8hkzlmqpj05vwgr5v4nil8blf3scbppg865qk3rq";
cargoSha256 = "101y3zcnbl0w0zv2k0bhqk5d0xj8m2h6ww9r366j9b1y54cqj4b7";
nativeBuildInputs = [ cmake pkg-config ];