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