Merge pull request #81259 from bhipple/u/rust-cargo-uutils-coreutils

uutils-coreutils: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch 2020-02-28 06:41:50 +01:00 committed by GitHub
commit 6bdd1ca951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,7 @@ rustPlatform.buildRustPackage {
# too many impure/platform-dependent tests
doCheck = false;
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0qnpx2xhckb45q8cgn0xh31dg5k73hqp5mz5zg3micmg7as4b621";
cargoSha256 = "186hwzdpy7j0gw7491qx02vy4di5md47hipf1xxi1qccvmcfghwh";
makeFlags =
[ "CARGO=${cargo}/bin/cargo" "PREFIX=$(out)" "PROFILE=release" "INSTALLDIR_MAN=$(out)/share/man/man1" ]