From f459332f32233ec963615789ae88efa10cc7f208 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 May 2020 18:29:47 +0100 Subject: chore: Update from Clang 9 to Clang 10 for all projects --- third_party/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/default.nix') diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index d7a85bb612..c21a6d00c9 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -1,7 +1,7 @@ { pkgs ? (import {}).third_party, ... }: let - stdenv = with pkgs; overrideCC clangStdenv clang_9; + stdenv = with pkgs; overrideCC clangStdenv clang_10; aws-s3-cpp = pkgs.aws-sdk-cpp.override { apis = ["s3" "transfer"]; -- cgit 1.4.1