diff --git a/flake.nix b/flake.nix index 08b0681..d203c1a 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ acextract = with import nixpkgs { system = "x86_64-darwin"; }; let xcode = makeSetupHook { - deps = [ (xcodeenv.composeXcodeWrapper { version = "13.0"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "13.1"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -71,7 +71,7 @@ stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.0"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.1"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin