chore: Update from Clang 9 to Clang 10 for all projects

This commit is contained in:
Vincent Ambo 2020-05-22 18:29:47 +01:00
parent 0623fec60a
commit f459332f32
5 changed files with 5 additions and 5 deletions

View file

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