Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

clang-tidy-sarif: 0.7.0 -> 0.8.0 (#407333)

authored by

Seth Flynn and committed by
GitHub
710f3f8b 26126c75

+3 -3
+3 -3
pkgs/by-name/cl/clang-tidy-sarif/package.nix
··· 7 7 }: 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "clang-tidy-sarif"; 10 - version = "0.7.0"; 10 + version = "0.8.0"; 11 11 12 12 src = fetchCrate { 13 13 inherit pname version; 14 - hash = "sha256-DFen1QYQxArNfc0CXNtP0nZEvbCxqTH5KS3q3FcfDPs="; 14 + hash = "sha256-ALwEsF1n6WYqITfYTn8mIyn3sxTbDux17FxKIorKkFc="; 15 15 }; 16 16 17 17 useFetchCargoVendor = true; 18 - cargoHash = "sha256-AfkiK91vXaw4oWvfYlV3C0M/cGf4ZThALB/cANcZmFQ="; 18 + cargoHash = "sha256-cTBXStAA+oCRze2Bh/trultdqtBNOOpXQltJ6R34nF8="; 19 19 20 20 nativeInstallCheckInputs = [ versionCheckHook ]; 21 21 doInstallCheck = true;