6 rustPlatform.buildRustPackage rec {
8 version = "0.0.1-beta.8";
10 src = fetchFromGitHub {
14 hash = "sha256-gJufm2krZSTdBbbfZ+355M9e3MJQbDEpSPf0EbZEayQ=";
17 cargoHash = "sha256-cDAHzK3pgpn5zEFdLBltf1e28yFFkXOzcF+nvDb8aWI=";
20 changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}";
21 description = "Prettier and powerful ls";
22 homepage = "http://pls.cli.rs";
23 license = lib.licenses.gpl3Plus;
25 maintainers = with lib.maintainers; [ tomasajt ];