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

@ -1,7 +1,7 @@
{ depot, pkgs, ... }:
let
stdenv = with pkgs; overrideCC clangStdenv clang_9;
stdenv = with pkgs; overrideCC clangStdenv clang_10;
abseil_cpp = pkgs.abseil_cpp.override { inherit stdenv; };
in stdenv.mkDerivation {
name = "dt";