Skip to content

Commit

Permalink
darwin.xcode: add 16.2 (NixOS#364482)
Browse files Browse the repository at this point in the history
  • Loading branch information
toonn authored Dec 28, 2024
2 parents 7a1b49f + f0e2352 commit 42b2d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/darwin/xcode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ lib.makeExtensible (self: {
xcode_15_4 = requireXcode "15.4" "sha256-yeo+sf6bBIJy9/1sQiMuPEMPniwGXMB6/FXXL0UrI5U=";
xcode_16 = requireXcode "16" "sha256-i/MMcEi5wCpe5+nGo6gUTsFFCoorORydAn7D/GClEdo=";
xcode_16_1 = requireXcode "16.1" "sha256-yYg6NRRnYM/5X3hhVMfcXcdoiOV36fIongJNQ5nviD8=";
xcode_16_2 = requireXcode "16.2" "sha256-wQjNuFZu/cN82mEEQbC1MaQt39jLLDsntsbnDidJFEs=";
xcode =
self."xcode_${
lib.replaceStrings [ "." ] [ "_" ] (
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/darwin-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ makeScopeWithSplicing' {
xcode_15_4
xcode_16
xcode_16_1
xcode_16_2
xcode
;

Expand Down

0 comments on commit 42b2d9e

Please sign in to comment.