brew-src: 5.1.7 -> 5.1.10

Fixes #138.

Bug: https://github.com/Homebrew/brew/issues/22165#issuecomment-4396297893
This commit is contained in:
Matin Zadeh Dolatabad
2026-05-09 09:04:14 -04:00
committed by Zhaofeng Li
parent aeb2069920
commit f128474792
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
}
+1 -1
View File
@@ -3,7 +3,7 @@
inputs = {
brew-src = {
url = "github:Homebrew/brew/5.1.7";
url = "github:Homebrew/brew/5.1.10";
flake = false;
};
};