8 rustPlatform.buildRustPackage rec {
9 pname = "clang-tidy-sarif";
13 inherit pname version;
14 hash = "sha256-rZnGueaqK7h8tWwwWacvFBvJwE1li2wN9iB4DJRHJ8U=";
17 cargoHash = "sha256-mELx6UGHV+qtL1G3+xvYUaUzZbfMy0dKgai6IqdbT+A=";
19 nativeInstallCheckInputs = [ versionCheckHook ];
20 doInstallCheck = true;
23 updateScript = nix-update-script { };
27 description = "A CLI tool to convert clang-tidy diagnostics into SARIF";
28 homepage = "https://psastras.github.io/sarif-rs";
29 maintainers = with lib.maintainers; [ getchoo ];
30 mainProgram = "clang-tidy-sarif";
31 license = lib.licenses.mit;