Skip to content

Commit

Permalink
shellcheck-sarif: 0.6.6 -> 0.7.0 (#367195)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 2fb6678 + eaab562 commit 01d1ffb
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 01d1ffb

Please sign in to comment.