brew-src: 4.2.4 -> 4.2.16

This commit is contained in:
Zhaofeng Li
2024-04-03 16:19:39 -06:00
parent 40f5ee46b5
commit 0b38f9df1f
3 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -3,16 +3,16 @@
"brew-src": {
"flake": false,
"locked": {
"lastModified": 1705326576,
"narHash": "sha256-9PvMgHgdbpb5vBO8fHCRufodR731ynzGMF9+68vKWck=",
"lastModified": 1711985568,
"narHash": "sha256-VLeP9HGQwfkiuHDp648PXGCkogr3ktYm0q9Yj+i0lGQ=",
"owner": "Homebrew",
"repo": "brew",
"rev": "1c612baa096c69f2fcb221c74e6f5b9979efdcee",
"rev": "bd1155be8f50998429a795c15a69c8fe75250510",
"type": "github"
},
"original": {
"owner": "Homebrew",
"ref": "4.2.4",
"ref": "4.2.16",
"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.2.4";
url = "github:Homebrew/brew/4.2.16";
flake = false;
};
};
+1 -1
View File
@@ -157,4 +157,4 @@ then
fi
unset VAR ENV_VAR_NAMES
exec /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash "${HOMEBREW_LIBRARY}/Homebrew/brew.sh" "$@"
exec /usr/bin/env -i "${FILTERED_ENV[@]}" /bin/bash -p "${HOMEBREW_LIBRARY}/Homebrew/brew.sh" "$@"