Skip to content

Commit

Permalink
Expect a new XCode hash. (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio authored Apr 20, 2020
1 parent 5d7f377 commit 41234e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ let
(type == "directory" && baseName != "dist"));
};
overrides = pkgs: with pkgs.haskell.lib; {
darwin = pkgs.darwin // {
xcode = pkgs.darwin.xcode.overrideAttrs (drv: {
outputHash = "ec9f78b948abe341000d31f21b66051741b71163d778702b3e2e01659d60e3d2";
});
};
pkgsCross = pkgs.pkgsCross // {
iphone64 = pkgs.pkgsCross.iphone64 // {
haskell = pkgs.pkgsCross.iphone64.haskell // {
Expand Down

0 comments on commit 41234e4

Please sign in to comment.