darwin.xcode: add 26.4 (#507240)
This commit is contained in:
@@ -127,6 +127,8 @@ lib.makeExtensible (self: {
|
||||
xcode_26_2_Apple_silicon = requireXcode "26.2_Apple_silicon" "sha256-YxMVppJwRzTA6xWOILxVjLdl0bNmtZSifG/KQx6inRE=";
|
||||
xcode_26_3 = requireXcode "26.3_Universal" "sha256-qrPSc036x3tW1TWWfX10+IS2c08dRCa6KFc+++35ueM=";
|
||||
xcode_26_3_Apple_silicon = requireXcode "26.3_Apple_silicon" "sha256-q2p45zqAZUH6Z1Q3DHbZgpuuFTjZoMPhEfFdeIUvclw=";
|
||||
xcode_26_4 = requireXcode "26.4_Universal" "sha256-0Cg4Ytu2+JOLEqw1ZZoB6hxFXNA2KriTLwLpT8bmA7I=";
|
||||
xcode_26_4_Apple_silicon = requireXcode "26.4_Apple_silicon" "sha256-urkJVqUY6+5z0YiEqCru9M/OneDLAMzdGfOt7i3d1WI=";
|
||||
xcode =
|
||||
self."xcode_${
|
||||
lib.replaceStrings [ "." ] [ "_" ] (
|
||||
|
||||
@@ -158,6 +158,8 @@ makeScopeWithSplicing' {
|
||||
xcode_26_2_Apple_silicon
|
||||
xcode_26_3
|
||||
xcode_26_3_Apple_silicon
|
||||
xcode_26_4
|
||||
xcode_26_4_Apple_silicon
|
||||
xcode
|
||||
requireXcode
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user