From da3789ad1b11306062dbc0df76d29d97fb4bd6fe Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 18 May 2024 10:55:23 +0200 Subject: [PATCH] llvmPackages: 17.0.6 -> 18.1.5 on other platforms This is supposed to be kept at the latest version. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5a6c4a9c18c2..8bf41f8168d3 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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.