flake: update for Xcode 14.2

This commit is contained in:
Michael Roitzsch
2022-12-26 10:02:28 +01:00
parent 72af1896ec
commit 05eed46555
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View File

@@ -35,11 +35,11 @@
"dsc-extractor": {
"flake": false,
"locked": {
"lastModified": 1636949004,
"narHash": "sha256-5K0CCRx5csFS5yLCWUmkkrKO1Ny3BOwasrrM2fUWgTU=",
"lastModified": 1662651226,
"narHash": "sha256-pI9pP5QhO1X2hdJTxVl8p1xp+bDJzzfCsVNebDUTd0o=",
"owner": "keith",
"repo": "dyld-shared-cache-extractor",
"rev": "39b5d773495d99cdfaeab1904e47338b7257c59c",
"rev": "c9da45a40a70d9fc0d1c955190b9efb685e55cf6",
"type": "github"
},
"original": {
@@ -50,11 +50,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1659782844,
"narHash": "sha256-tM/qhHFE61puBxh9ebP3BIG1fkRAT4rHqD3jCM0HXGY=",
"lastModified": 1671936867,
"narHash": "sha256-tOok3/MJWoRUEoPU5Ma/cTCeuw8ACx3Ozu1MlFcdvc8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c85e56bb060291eac3fb3c75d4e0e64f6836fcfe",
"rev": "18ee49839ea8817218c3bfe3a62e06f47a10fdd5",
"type": "github"
},
"original": {

View File

@@ -27,7 +27,7 @@
acextract =
with import nixpkgs { system = "x86_64-darwin"; };
let xcode = makeSetupHook {
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
} "${xcbuildHook}/nix-support/setup-hook";
in stdenv.mkDerivation {
name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}";
@@ -88,7 +88,7 @@
stdenv.mkDerivation {
name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}";
src = snap-util;
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'";
installPhase = ''
mkdir -p $out/bin