diff options
author | Kane York <kanepyork@gmail.com> | 2020-11-27T18·43-0800 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2020-11-29T03·02+0000 |
commit | 844c84a38a1392a83becb0d6982f14a7d5fec536 (patch) | |
tree | 912c59e6b15e50a057c0fc2734dd400125971c69 /third_party/cpp/googleapis/default.nix | |
parent | 77be22549a436d0869d8f8c91c09e5b3219567b7 (diff) |
chore(3p): upgrade llvm to version 11 r/1958
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>
Diffstat (limited to 'third_party/cpp/googleapis/default.nix')
-rw-r--r-- | third_party/cpp/googleapis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cpp/googleapis/default.nix b/third_party/cpp/googleapis/default.nix index 5fc40ac9f7ad..32f7d6f9bc1d 100644 --- a/third_party/cpp/googleapis/default.nix +++ b/third_party/cpp/googleapis/default.nix @@ -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 = ./.; |