Unverified Commit bfa0fcd9 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

darwin.xcode: add 16.4 (#423732)

parents 0dd1eee1 e5326024
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ makeScopeWithSplicing' {
        xcode_16_1
        xcode_16_2
        xcode_16_3
        xcode_16_4
        xcode
        requireXcode
        ;