Skip to content

Commit

Permalink
shellcheck-sarif: 0.6.6 -> 0.7.0
Browse files Browse the repository at this point in the history
(cherry picked from commit eaab562)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 23, 2024
1 parent b775ea5 commit 771a365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sh/shellcheck-sarif/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "shellcheck-sarif";
version = "0.6.6";
version = "0.7.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-NPf8BkrpqM/MaVha9/AIuUXPQpslslLFv0l9a0lzYyc=";
hash = "sha256-cgcvl/nlnJtYzTfxbJHJ967zFH8KtWTMZPKGVpH66z0=";
};

cargoHash = "sha256-YUyZZcSaBqnc216Hu+BAv1raNFRzSnikedr+/n8wTbE=";
cargoHash = "sha256-wGr9UQ9zJ8EJCrYOgYmRO9Oy7jtxPNRnIZROmf7xwmk=";

nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
Expand Down

0 comments on commit 771a365

Please sign in to comment.