Skip to content

Commit

Permalink
deps(apt): update clang 16.0.6 dependencies (#207)
Browse files Browse the repository at this point in the history
deps(apt): update dependencies

Co-authored-by: rjaegers <[email protected]>
  • Loading branch information
rjaegers and rjaegers authored Nov 13, 2023
1 parent 837f9f9 commit 17de571
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .devcontainer/apt-requirements-clang.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"clang-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clangd-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-format-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-tidy-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"clang-tools-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"libclang-rt-16-dev": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"lld-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105",
"llvm-16": "1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105"
"clang-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clangd-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-format-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-tidy-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"clang-tools-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"libclang-rt-16-dev": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"lld-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106",
"llvm-16": "1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106"
}

0 comments on commit 17de571

Please sign in to comment.