diff --git a/flake.lock b/flake.lock index f5c4217..382fe88 100644 --- a/flake.lock +++ b/flake.lock @@ -35,11 +35,11 @@ "dsc-extractor": { "flake": false, "locked": { - "lastModified": 1688099356, - "narHash": "sha256-NaPFOiPwGdwVxxZr5eRklhD41IKw8DvYoZg0kLReY5k=", + "lastModified": 1702321461, + "narHash": "sha256-bV0MesIw0lVrhNuEkfexTFhQ73EynryQskvk8egecEs=", "owner": "keith", "repo": "dyld-shared-cache-extractor", - "rev": "ac746c15a62f51e1ff32e4d101b5d8c70f2cb2fe", + "rev": "c28b25abf09d9affa96fc1bdcaa6d7aef1f64032", "type": "github" }, "original": { @@ -50,11 +50,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1692494774, - "narHash": "sha256-noGVoOTyZ2Kr5OFglzKYOX48cx3hggdCPbXrYMG2FDw=", + "lastModified": 1707205916, + "narHash": "sha256-fmRJilYGlB7VCt3XsdYxrA0u8e/K84O5xYucerUY0iM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3476a10478587dec90acb14ec6bde0966c545cc0", + "rev": "8cc79aa39bbc6eaedaf286ae655b224c71e02907", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4f4437e..b087b3d 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ outputs = { self, nixpkgs, acextract, command-line, dsc-extractor, snap-util }: { packages.x86_64-darwin = let xcode = (nixpkgs.legacyPackages.x86_64-darwin.xcodeenv.composeXcodeWrapper { - version = "15.0.1"; + version = "15.2"; }).overrideAttrs (attrs: { __noChroot = true; }); in {