3
0
Fork 0
forked from mirrors/nixpkgs

just: upgrade cargo fetcher and cargoSha256

Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
This commit is contained in:
Benjamin Hipple 2020-02-16 16:43:44 -05:00
parent 56c4800e7f
commit c87fa84f3d

View file

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0a4bml9nxvyh110a60l4lc11yr2ds5r8d3iplslccrkq1ka96av9";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0dbgjc21q0zaadsjvq3s6y6f4dmsybxb6g2sg8w2d3phkm9j921z";
cargoSha256 = "0wp61zjws9r1aapkapvq2vmad5kylkpw03wa82qhhq30knkpvr7b";
checkInputs = [ coreutils bash dash ];