6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-pvvtJOwb9N7CzCXoLG19iuLQjABABaOUe6wKfYizgQc=";
17 cargoHash = "sha256-sMprdvBSfCIzoTHyUC447pyZWGgZkKa9t3A9BiGbQvY=";
20 description = "SystemVerilog language server";
22 homepage = "https://github.com/dalance/svls";
23 license = licenses.mit;
24 maintainers = with maintainers; [ trepetti ];