brew-src: 4.0.26 -> 4.1.1

This commit is contained in:
Zhaofeng Li
2023-07-27 16:08:30 -06:00
parent 18a4c8cb8c
commit d2738b78fd
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3,16 +3,16 @@
"brew-src": {
"flake": false,
"locked": {
"lastModified": 1687876440,
"narHash": "sha256-4hoGm5PUYmz091Pqrii4rpfsLsE7/gjIThHVBq6Vquk=",
"lastModified": 1690184446,
"narHash": "sha256-fGjvNY6ON/cdExCfwhfqmHzoxs3AZ0sev7vyBHfPGJo=",
"owner": "Homebrew",
"repo": "brew",
"rev": "eff45ef570f265e226f14ce91da72d7a6e7d516a",
"rev": "3b3300546b5a4e40b74f4ee33cf225cca280defe",
"type": "github"
},
"original": {
"owner": "Homebrew",
"ref": "4.0.26",
"ref": "4.1.1",
"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.0.26";
url = "github:Homebrew/brew/4.1.1";
flake = false;
};
};