brew-src: 6.0.11 -> 6.0.12

Updates the brew CLI to support new install steps in formulaes that
break on older versions of the brew CLI.
This commit is contained in:
Eric Dattore
2026-07-21 14:37:03 -06:00
parent 842eeb863e
commit 0a58629fa9
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3,16 +3,16 @@
"brew-src": {
"flake": false,
"locked": {
"lastModified": 1784068757,
"narHash": "sha256-7KnV7rTlMpys+2J+TFVxUDDyKPLXFs4wIMtckMC72VM=",
"lastModified": 1784558651,
"narHash": "sha256-woXJ1ATKpSYRWCy46TQJjmm9XzAeZVEZw9xDfVG9NYI=",
"owner": "Homebrew",
"repo": "brew",
"rev": "6bd951d96e7ebc54787799dba77bfb26ec956c4c",
"rev": "b48c7994b5f0eed7bef532efa63cb4e4f763887a",
"type": "github"
},
"original": {
"owner": "Homebrew",
"ref": "6.0.11",
"ref": "6.0.12",
"repo": "brew",
"type": "github"
}
+1 -1
View File
@@ -3,7 +3,7 @@
inputs = {
brew-src = {
url = "github:Homebrew/brew/6.0.11";
url = "github:Homebrew/brew/6.0.12";
flake = false;
};
};