From f1284747920f52ac0494955c78b18046f255a3c2 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Thu, 7 May 2026 14:56:50 +0200 Subject: [PATCH] brew-src: 5.1.7 -> 5.1.10 Fixes #138. Bug: https://github.com/Homebrew/brew/issues/22165#issuecomment-4396297893 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 9d51ac3..e59b37f 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "brew-src": { "flake": false, "locked": { - "lastModified": 1776478798, - "narHash": "sha256-ERStG27tf83VbCfYMxtDSs+sa8FUMJ/3jSu/QfX9rKE=", + "lastModified": 1778146321, + "narHash": "sha256-HeBwuJmuBioZHyZqDOcf7W/xsMFupSD583v6I5Cl7a8=", "owner": "Homebrew", "repo": "brew", - "rev": "3aae056b8d072624255bc8fd27febb7f327b2265", + "rev": "af835384ac574f76025adb38b292b04cecee1f1f", "type": "github" }, "original": { "owner": "Homebrew", - "ref": "5.1.7", + "ref": "5.1.10", "repo": "brew", "type": "github" } diff --git a/flake.nix b/flake.nix index 9612e06..7a31132 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { brew-src = { - url = "github:Homebrew/brew/5.1.7"; + url = "github:Homebrew/brew/5.1.10"; flake = false; }; };