diff --git a/flake.lock b/flake.lock index b2aa02b..c78a5c7 100644 --- a/flake.lock +++ b/flake.lock @@ -50,11 +50,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1647887150, - "narHash": "sha256-1TnRvE3qhhafrQnGapaaSVue6nEwRUICkz227TfHHQw=", + "lastModified": 1650109093, + "narHash": "sha256-tqlnKrAdJktRLXTou9le0oTqrYBAFpGscV5RADdpArU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4c3c80df545ec5cb26b5480979c3e3f93518cbe5", + "rev": "faad370edcb37162401be50d45526f52bb16a713", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e5bc237..bbbb524 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.3"; }) ]; + deps = [ (xcodeenv.composeXcodeWrapper { version = "13.4"; }) ]; } "${xcbuildHook}/nix-support/setup-hook"; in stdenv.mkDerivation { name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}"; @@ -79,17 +79,17 @@ }; dsc-extractor = with import nixpkgs { system = "x86_64-darwin"; }; - rustPlatform.buildRustPackage { + stdenv.mkDerivation { name = "dsc-extractor-${lib.substring 0 8 self.inputs.dsc-extractor.lastModifiedDate}"; src = dsc-extractor; - cargoHash = "sha256-Z405Q9gV/mJL2WtCstZ+Y9rEw32zgwU1RiYaAjkIcfw="; + nativeBuildInputs = [ cmake ]; }; snap-util = with import nixpkgs { system = "x86_64-darwin"; }; stdenv.mkDerivation { name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}"; src = snap-util; - nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.3"; }) ]; + nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "13.4"; }) ]; preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'"; installPhase = '' mkdir -p $out/bin