Skip to content

Commit 82015a6

Browse files
llvm.libcxx 22.1.8.2: the package claims linux, macos and ios; the Apple rows are gated in its CI (#413)
The 22.1.8.2 tarball is byte-identical on GitHub and on the GitCode mirror (sha256 c4cdbeb0d44db9a261fd246e2d4b4247980fa958f17f8101f78bc4e419390bb7). The 22.1.8.1 entry stays for consumers that pin it. Co-authored-by: speak-agent <x.d2learn.org@gmail.com>
1 parent 9ae0d66 commit 82015a6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pkgs/l/llvm.libcxx.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ package = {
3131

3232
xpm = {
3333
linux = {
34+
["22.1.8.2"] = {
35+
url = {
36+
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.2.tar.gz",
37+
CN = "https://gitcode.com/mcpp-res/libcxx/releases/download/22.1.8.2/libcxx-22.1.8.2.tar.gz",
38+
},
39+
sha256 = "c4cdbeb0d44db9a261fd246e2d4b4247980fa958f17f8101f78bc4e419390bb7",
40+
},
3441
["22.1.8.1"] = {
3542
url = {
3643
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.1.tar.gz",
@@ -40,6 +47,13 @@ package = {
4047
},
4148
},
4249
macosx = {
50+
["22.1.8.2"] = {
51+
url = {
52+
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.2.tar.gz",
53+
CN = "https://gitcode.com/mcpp-res/libcxx/releases/download/22.1.8.2/libcxx-22.1.8.2.tar.gz",
54+
},
55+
sha256 = "c4cdbeb0d44db9a261fd246e2d4b4247980fa958f17f8101f78bc4e419390bb7",
56+
},
4357
["22.1.8.1"] = {
4458
url = {
4559
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.1.tar.gz",
@@ -49,6 +63,13 @@ package = {
4963
},
5064
},
5165
windows = {
66+
["22.1.8.2"] = {
67+
url = {
68+
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.2.tar.gz",
69+
CN = "https://gitcode.com/mcpp-res/libcxx/releases/download/22.1.8.2/libcxx-22.1.8.2.tar.gz",
70+
},
71+
sha256 = "c4cdbeb0d44db9a261fd246e2d4b4247980fa958f17f8101f78bc4e419390bb7",
72+
},
5273
["22.1.8.1"] = {
5374
url = {
5475
GLOBAL = "https://github.com/mcpplibs/libcxx/archive/refs/tags/22.1.8.1.tar.gz",

0 commit comments

Comments
 (0)