exa: 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 18:02:03 -05:00 committed by Jon
parent 2227115e78
commit 855dd87bf3

View file

@ -8,10 +8,7 @@ buildRustPackage rec {
pname = "exa";
version = "0.9.0";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1hgjp23rjd90wyf0nq6d5akjxdfjlaps54dv23zgwjvkhw24fidf";
cargoSha256 = "0nl106jlbr8gnnlbi20mrc6zyww7vxgmw6w34ibndxqh9ggxwfvr";
src = fetchFromGitHub {
owner = "ogham";