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:
Kane York 2020-11-27 10:43:33 -08:00 committed by kanepyork
parent 77be22549a
commit 844c84a38a
4 changed files with 12 additions and 9 deletions

View file

@ -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 = ./.;