brew-src: 4.1.22 -> 4.2.4

This commit is contained in:
Zhaofeng Li
2024-01-22 12:26:10 -07:00
parent 35768b9ac2
commit f3cf08e589
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3,16 +3,16 @@
"brew-src": {
"flake": false,
"locked": {
"lastModified": 1700951817,
"narHash": "sha256-D5q1r00OrKKkwpmXXtI7HNZV4FFQLH8Qc+JrNfv84Gc=",
"lastModified": 1705326576,
"narHash": "sha256-9PvMgHgdbpb5vBO8fHCRufodR731ynzGMF9+68vKWck=",
"owner": "Homebrew",
"repo": "brew",
"rev": "251a098fbf1c02ca95f53b4806e5b6da8d5e4a80",
"rev": "1c612baa096c69f2fcb221c74e6f5b9979efdcee",
"type": "github"
},
"original": {
"owner": "Homebrew",
"ref": "4.1.22",
"ref": "4.2.4",
"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.1.22";
url = "github:Homebrew/brew/4.2.4";
flake = false;
};
};