Merge pull request #26 from abayomi185/brew-4.3.5

brew-src: 4.3.1 -> 4.35 - support for macOS Sequioa
This commit is contained in:
Zhaofeng Li
2024-06-30 00:03:31 -04:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -3,16 +3,16 @@
"brew-src": {
"flake": false,
"locked": {
"lastModified": 1716195221,
"narHash": "sha256-u+zjC7efKD3gBD9aKXsUTEhRhBQhYlP+KPFp1QbsgOo=",
"lastModified": 1718075954,
"narHash": "sha256-4TeUhv5VLEufP+Z/NkKnUk4NUaf59cMsj6NvsVbE+8w=",
"owner": "Homebrew",
"repo": "brew",
"rev": "e0bc557e7b991cb23583679e1cf1c8a92b793aeb",
"rev": "3f08c75e7b950d4340dab462f3e7f77e8093fa2b",
"type": "github"
},
"original": {
"owner": "Homebrew",
"ref": "4.3.1",
"ref": "4.3.5",
"repo": "brew",
"type": "github"
}
+1 -1
View File
@@ -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;
};
};
+1 -1
View File
@@ -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 {