chore(3p): upgrade llvm to version 11
Additionally, anchor clang-tools to match the current llvmPackages version. Change-Id: I27a199cadb55907c3e2deabfd1d14a5b50fc541b Reviewed-on: https://cl.tvl.fyi/c/depot/+/2166 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
77be22549a
commit
844c84a38a
4 changed files with 12 additions and 9 deletions
2
third_party/cpp/googleapis/default.nix
vendored
2
third_party/cpp/googleapis/default.nix
vendored
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
let
|
||||
inherit (pkgs) fetchFromGitHub;
|
||||
stdenv = with pkgs; overrideCC pkgs.stdenv clang_10;
|
||||
stdenv = with pkgs; overrideCC pkgs.stdenv clang_11;
|
||||
in stdenv.mkDerivation {
|
||||
name = "googleapis-cpp";
|
||||
src = ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue