Skip to content

Commit

Permalink
Merge pull request #26 from abayomi185/brew-4.3.5
Browse files Browse the repository at this point in the history
brew-src: 4.3.1 -> 4.35 - support for macOS Sequioa
  • Loading branch information
zhaofengli committed Jun 30, 2024
2 parents 31e9c81 + 83d5093 commit 0afc51f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nix-darwin.url = "github:LnL7/nix-darwin";
flake-utils.url = "github:numtide/flake-utils";
brew-src = {
url = "github:Homebrew/brew/4.3.1";
url = "github:Homebrew/brew/4.3.5";
flake = false;
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ let
chmod u+w "$out/Library/Homebrew" "$brew_sh"
sed -i -e 's/^HOMEBREW_VERSION=.*/HOMEBREW_VERSION="${brew.version}"/g' "$brew_sh"
# 4.3.1: Clear GIT_REVISION to bypass caching mechanism
# 4.3.5: Clear GIT_REVISION to bypass caching mechanism
sed -i -e 's/^GIT_REVISION=.*/GIT_REVISION=""; HOMEBREW_VERSION="${brew.version}"/g' "$brew_sh"
'');
in {
Expand Down

0 comments on commit 0afc51f

Please sign in to comment.