Skip to content

Commit

Permalink
Merge pull request #80313 from bhipple/u/rust-cargo-rnix-lsp
Browse files Browse the repository at this point in the history
rnix-lsp: upgrade cargo fetcher and cargoSha256
  • Loading branch information
worldofpeace committed Feb 18, 2020
2 parents 5f197db + ac27726 commit 0edf1c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/tools/rnix-lsp/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 0edf1c5

Please sign in to comment.