Merge pull request #80257 from bhipple/u/rust-cargo-loc

loc: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Daniel Schaefer 2020-02-16 13:40:27 +01:00 committed by GitHub
commit 5de3b201a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,7 @@ buildRustPackage rec {
sha256 = "0086asrx48qlmc484pjz5r5znli85q6qgpfbd81gjlzylj7f57gg";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "06iqzpg5jz1xd2amajvlf7yaz9kr3q2ipbhx71whvv9mwplmxmbi";
cargoSha256 = "1fgv1kxiif48q9mm60ygn88r5nkxfyiacmvbgwp0jxiacv8r7779";
meta = with stdenv.lib; {
homepage = https://github.com/cgag/loc;