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