Merge pull request #333796 from r-ryantm/auto-update/clippy-sarif

clippy-sarif: 0.6.0 -> 0.6.5
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-13 01:05:19 +00:00
committed by GitHub
+3 -3
View File
@@ -8,14 +8,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "clippy-sarif";
version = "0.6.0";
version = "0.6.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-VFwLys5lVVQw3dmfY1nrI+Bi0tm7kjD2/1c1DLczLwk=";
hash = "sha256-vwHb622JIJr+iRx/MhWdXoRULnKqtxx6HB4rv9zpYA8=";
};
cargoHash = "sha256-zktbOyBa200YSZBuLs3xU95bh9kvj5XZQKb7tpiTs1I=";
cargoHash = "sha256-bRB6DedlvFsHcjTJQiGn///M9YOp1rl9FxXQlzuI0vo=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;