Skip to content

Commit

Permalink
clang_16: Reference the correct LLVM packages version (16 vs. 15)
Browse files Browse the repository at this point in the history
Kept separate from 2c627d9 to skip CI for this trivial change.
  • Loading branch information
primeos committed May 3, 2023
1 parent 2c627d9 commit 46d395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14393,7 +14393,7 @@ with pkgs;
clang_13 = llvmPackages_13.clang;
clang_14 = llvmPackages_14.clang;
clang_15 = llvmPackages_15.clang;
clang_16 = llvmPackages_15.clang;
clang_16 = llvmPackages_16.clang;

clang-tools = callPackage ../development/tools/clang-tools {
llvmPackages = llvmPackages_latest;
Expand Down

0 comments on commit 46d395e

Please sign in to comment.