chore: Update from Clang 9 to Clang 10 for all projects
This commit is contained in:
parent
0623fec60a
commit
f459332f32
5 changed files with 5 additions and 5 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_9;
|
||||
stdenv = with pkgs; overrideCC pkgs.stdenv clang_10;
|
||||
in stdenv.mkDerivation {
|
||||
name = "googleapis-cpp";
|
||||
src = ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue