Skip to content

Commit

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

(cherry picked from commit dfea1a6)

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

src = fetchCrate {
inherit pname version;
hash = "sha256-GoVUOtxgLKEG+G1vgmFqtm0b2NRl4bhIe7DVo1tOqaw=";
hash = "sha256-J2QtM6lrkOXQO3ZARJWIgjkj0pLzmL9id5b2JNkGeiA=";
};

cargoHash = "sha256-DZdU1QyIvzHm9UekqA2nZUKSRcgn7pKQFhPkPcAVFPY=";
cargoHash = "sha256-ovmL60aFlScPOxJ/ea3jGCsJrW+0XbY0zN8RTnkKRDA=";

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

0 comments on commit 75ce3fe

Please sign in to comment.