darwin.xcode: add 16.4

This commit is contained in:
Sizhe Zhao
2025-07-09 17:22:16 +08:00
parent 48d2430d30
commit e53260240b
2 changed files with 2 additions and 0 deletions
@@ -103,6 +103,7 @@ lib.makeExtensible (self: {
xcode_16_1 = requireXcode "16.1" "sha256-yYg6NRRnYM/5X3hhVMfcXcdoiOV36fIongJNQ5nviD8=";
xcode_16_2 = requireXcode "16.2" "sha256-wQjNuFZu/cN82mEEQbC1MaQt39jLLDsntsbnDidJFEs=";
xcode_16_3 = requireXcode "16.3" "sha256-hkIlRYUc1SD2lBwhRtqBGJapUIa+tdOyPKG19Su5OUU=";
xcode_16_4 = requireXcode "16.4" "sha256-voCEZlKrp9NYGmXAsf1FHxO69EgWZHDIWtQZ2qEzElA=";
xcode =
self."xcode_${
lib.replaceStrings [ "." ] [ "_" ] (
+1
View File
@@ -170,6 +170,7 @@ makeScopeWithSplicing' {
xcode_16_1
xcode_16_2
xcode_16_3
xcode_16_4
xcode
requireXcode
;