Skip to content

Commit

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

Please sign in to comment.