llvmPackages: 17.0.6 -> 18.1.5 on other platforms

This is supposed to be kept at the latest version.
This commit is contained in:
Alyssa Ross
2024-06-27 08:58:20 +02:00
parent 1e3deb3d8a
commit da3789ad1b
+1 -1
View File
@@ -16174,7 +16174,7 @@ with pkgs;
else if platform.isLinux then 17
else if platform.isWasm then 16
# For unknown systems, assume the latest version is required.
else 17;
else 18;
# We take the "max of the mins". Why? Since those are lower bounds of the
# supported version set, this is like intersecting those sets and then
# taking the min bound of that.