bat: 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 17:59:07 -05:00 committed by Jon
parent 855dd87bf3
commit 4c900027b1

View file

@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0d7h0kn41w6wm4w63vjy2i7r19jkansfvfjn7vgh2gqh5m60kal2";
cargoSha256 = "17xyb84axkn341nd5rm7jza1lrn8wcnl6jirhyv63r5k6mswy39i";
nativeBuildInputs = [ pkgconfig llvmPackages.libclang installShellFiles makeWrapper ];