lol

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

rnix-lsp: upgrade cargo fetcher and cargoSha256

authored by

worldofpeace and committed by
GitHub
0edf1c50 5f197dbc

+1 -4
+1 -4
pkgs/development/tools/rnix-lsp/default.nix
··· 12 12 sha256 = "0fy620c34kxl27sd62x9mj0555bcdmnmbsxavmyiwb497z1m9wnn"; 13 13 }; 14 14 15 - # Delete this on next update; see #79975 for details 16 - legacyCargoFetcher = true; 17 - 18 - cargoSha256 = "1wm5m7b6zr6wg1k59rmqis1zp9i2990p7y0ml852hxv34an7pp5d"; 15 + cargoSha256 = "0xmaa7rds7hlagfxj65pv9vgflcv4nwbwbw4g7cyj88cbb1kbxxj"; 19 16 20 17 meta = with lib; { 21 18 description = "A work-in-progress language server for Nix, with syntax checking and basic completion";