chromiumBeta: Build with LLVM 13

(cherry picked from commit 403ce1a9a3624e7b87606b99ea15f531fa17f8e7)
This commit is contained in:
Michael Weiss
2021-09-03 13:58:01 +02:00
parent 905b1242d8
commit 3670f55599
2 changed files with 1 additions and 9 deletions
@@ -38,7 +38,7 @@ let
inherit (upstream-info.deps.gn) url rev sha256;
};
});
} // lib.optionalAttrs (lib.versionAtLeast upstream-info.version "94") rec {
} // lib.optionalAttrs (lib.versionAtLeast upstream-info.version "93") rec {
llvmPackages = llvmPackages_13;
stdenv = llvmPackages.stdenv;
});