From 0a58629fa9e5688405afa396652c56d4578acbc0 Mon Sep 17 00:00:00 2001 From: Eric Dattore Date: Tue, 21 Jul 2026 14:37:03 -0600 Subject: [PATCH] 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. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index daa96f8..6d75ec1 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 39087a6..e781d5f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { brew-src = { - url = "github:Homebrew/brew/6.0.11"; + url = "github:Homebrew/brew/6.0.12"; flake = false; }; };