about summary refs log tree commit diff
path: root/third_party/cpp
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-22T17·29+0100
committerVincent Ambo <tazjin@google.com>2020-05-22T17·29+0100
commitf459332f32233ec963615789ae88efa10cc7f208 (patch)
tree0357e140c0e551da241b1fe80c32930019b997e6 /third_party/cpp
parent0623fec60a2a390ac561a9d9123cf7ddc21d3a02 (diff)
chore: Update from Clang 9 to Clang 10 for all projects r/810
Diffstat (limited to 'third_party/cpp')
-rw-r--r--third_party/cpp/googleapis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cpp/googleapis/default.nix b/third_party/cpp/googleapis/default.nix
index 76a1f7ed6e..bb1737bb92 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_9;
+  stdenv = with pkgs; overrideCC pkgs.stdenv clang_10;
 in stdenv.mkDerivation {
   name = "googleapis-cpp";
   src = ./.;