darwin.libcxx: 20.1.0+apple-sdk-26.0 -> 21.1.6+apple-sdk-26.4
This commit is contained in:
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
pname = "libcxx";
|
pname = "libcxx";
|
||||||
# Keep this in sync with the corresponding LLVM libc++ version
|
# Keep this in sync with the corresponding LLVM libc++ version
|
||||||
# defined as `_LIBCPP_VERSION` in `usr/include/c++/v1/__config`.
|
# defined as `_LIBCPP_VERSION` in `usr/include/c++/v1/__config`.
|
||||||
version = "20.1.0+apple-sdk-${apple-sdk_26.version}";
|
version = "21.1.6+apple-sdk-${apple-sdk_26.version}";
|
||||||
inherit (apple-sdk_26) src;
|
inherit (apple-sdk_26) src;
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user