8 rustPlatform.buildRustPackage rec {
10 version = "0.0.1-beta.8";
12 src = fetchFromGitHub {
16 hash = "sha256-gJufm2krZSTdBbbfZ+355M9e3MJQbDEpSPf0EbZEayQ=";
19 cargoHash = "sha256-cDAHzK3pgpn5zEFdLBltf1e28yFFkXOzcF+nvDb8aWI=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.Security
26 changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}";
27 description = "Prettier and powerful ls";
28 homepage = "http://pls.cli.rs";
29 license = lib.licenses.gpl3Plus;
31 maintainers = with lib.maintainers; [ tomasajt ];