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