6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-u61gmkO7eij7r1A1RPk0ro+pml7ZmMsg0ukJLCFNaD0=";
15 cargoHash = "sha256-HBfCTOETQ1hHzLFDw12W58omRmliiWDFGSrmr3PELD8=";
17 cargoBuildFlags = [ "--bin" "svlint" ];
20 description = "SystemVerilog linter";
21 mainProgram = "svlint";
22 homepage = "https://github.com/dalance/svlint";
23 changelog = "https://github.com/dalance/svlint/blob/v${version}/CHANGELOG.md";
24 license = licenses.mit;
25 maintainers = with maintainers; [ trepetti ];