Merge pull request #80313 from bhipple/u/rust-cargo-rnix-lsp

rnix-lsp: upgrade cargo fetcher and cargoSha256
This commit is contained in:
worldofpeace 2020-02-17 20:20:20 -05:00 committed by GitHub
commit 0edf1c502f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0fy620c34kxl27sd62x9mj0555bcdmnmbsxavmyiwb497z1m9wnn";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1wm5m7b6zr6wg1k59rmqis1zp9i2990p7y0ml852hxv34an7pp5d";
cargoSha256 = "0xmaa7rds7hlagfxj65pv9vgflcv4nwbwbw4g7cyj88cbb1kbxxj";
meta = with lib; {
description = "A work-in-progress language server for Nix, with syntax checking and basic completion";