diffr: upgrade cargo fetcher and cargoSha256

Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
Benjamin Hipple 2020-02-27 21:31:11 -05:00
parent 2bd2d7bec6
commit af3093420a

View file

@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1fpcyl4kc4djfl6a2jlj56xqra42334vygz8n7614zgjpyxz3zx2"; sha256 = "1fpcyl4kc4djfl6a2jlj56xqra42334vygz8n7614zgjpyxz3zx2";
}; };
# Delete this on next update; see #79975 for details cargoSha256 = "17xgjk8li29b8q8p2bi56klqg0v2q0j6ich438c4p06jrszccx1f";
legacyCargoFetcher = true;
cargoSha256 = "1dddb3a547qnpm1vvrgffb3v9m8sh19hmhy0fg6xjqpm032lqx3v";
nativeBuildInputs = []; nativeBuildInputs = [];
buildInputs = (stdenv.lib.optional stdenv.isDarwin Security); buildInputs = (stdenv.lib.optional stdenv.isDarwin Security);