Skip to content

Commit

Permalink
[Backport release-24.11] shellcheck-sarif: 0.6.6 -> 0.7.0 (#367514)
Browse files Browse the repository at this point in the history
shellcheck-sarif: 0.6.6 -> 0.7.0

(cherry picked from commit eaab562)

Co-authored-by: R. Ryantm <[email protected]>
  • Loading branch information
nix-backports[bot] and r-ryantm authored Dec 23, 2024
1 parent 9839367 commit 9b054a2
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 9b054a2

Please sign in to comment.