Skip to content

Commit

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

(cherry picked from commit b728682)

Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
  • Loading branch information
2 people authored and presto8 committed Dec 28, 2024
1 parent 75ce3fe commit 8dec83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ha/hadolint-sarif/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "hadolint-sarif";
version = "0.6.6";
version = "0.7.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-v1rbM1HEZpSIS07x4GyICu6OR7PfH89wNywlXXPh1to=";
hash = "sha256-HPGVqAk1bXzeblTc4AnCLsHB60CKFV8ImO+MFqM10YI=";
};

cargoHash = "sha256-lojb6tESIl2kbVDUyoDf1CntvzJOtoZZJEyDs9PR7Gw=";
cargoHash = "sha256-546mYNUn4Q9v95MBNdg7VWiLssWPwPYuW5YhTkKBFbI=";

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

0 comments on commit 8dec83c

Please sign in to comment.