From e33fabd77298fc7297e58218b75233106b9a1dcb Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 25 Mar 2022 08:19:46 +0100 Subject: [PATCH] flake: update for Xcode 13.3 --- flake.lock | 18 +++++++++--------- flake.nix | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 0e5482c..b2aa02b 100644 --- a/flake.lock +++ b/flake.lock @@ -35,11 +35,11 @@ "dsc-extractor": { "flake": false, "locked": { - "lastModified": 1628793863, - "narHash": "sha256-AOwiwoEE8xYzxhkX7RCkLaiArNZAV2GJWbpqLbKOaXY=", + "lastModified": 1636949004, + "narHash": "sha256-5K0CCRx5csFS5yLCWUmkkrKO1Ny3BOwasrrM2fUWgTU=", "owner": "keith", "repo": "dyld-shared-cache-extractor", - "rev": "9ef13238a8f5717165c91291212d6f32617ab67e", + "rev": "39b5d773495d99cdfaeab1904e47338b7257c59c", "type": "github" }, "original": { @@ -50,11 +50,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1633422745, - "narHash": "sha256-gA6Ok64nPbkjHk3Oanq4641EeYkjcKhisDF9wBjLxEk=", + "lastModified": 1647887150, + "narHash": "sha256-1TnRvE3qhhafrQnGapaaSVue6nEwRUICkz227TfHHQw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8e1eab9eae4278c9bb1dcae426848a581943db5a", + "rev": "4c3c80df545ec5cb26b5480979c3e3f93518cbe5", "type": "github" }, "original": { @@ -76,11 +76,11 @@ "snap-util": { "flake": false, "locked": { - "lastModified": 1630855703, - "narHash": "sha256-r89y29BL/U6LEWhdLPn1TUvFz4IyEg0FexkD3UNdAUU=", + "lastModified": 1647211082, + "narHash": "sha256-zQ/0Cpo6CCeKXafeERjBCQ2gv9396c7UZU+VmViQVIc=", "owner": "ahl", "repo": "apfs", - "rev": "1cb945d598534bd3a0e26cae04a626993b5e6941", + "rev": "2bcf604966949f618e6a6ce33ca8ae1721494e6d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4862e06..e5bc237 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.2"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "13.3"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -89,7 +89,7 @@ stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.2"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.3"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin