Skip to content

Commit

Permalink
chore: update brew
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Dec 25, 2024
1 parent a404621 commit b7b2b10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
17 changes: 1 addition & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-24_05.follows = "";
nixpkgs-24_11.follows = "";
flake-compat.follows = "";
};
};
Expand Down
12 changes: 6 additions & 6 deletions modules/darwin/brew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"homebrew/homebrew-core" = pkgs.fetchFromGitHub {
owner = "homebrew";
repo = "homebrew-core";
rev = "d9364733bb6335303aaf85826ffac24363223580";
hash = "sha256-+8vl8bF8ZvckNvAwKpB6LGgkmE6ocmkZhsxynOuHpTU=";
rev = "680744ecce18651f5917bf4213198b68d46a226a";
hash = "sha256-xnZHF7S8YsTnoMR21wPxYAWMRlzUbWENZtXDJc1vnNM=";
};
"homebrew/homebrew-cask" = pkgs.fetchFromGitHub {
owner = "homebrew";
repo = "homebrew-cask";
rev = "10c4660a4a45b0ce0a22813d4ceda37cc915d95e";
hash = "sha256-8o2T8HmK5IuoSYHiBB/G9QyzCJDpy2/Md0rxYlqiFO4=";
rev = "aa99ed034780e405c45e59c8e4c02e272924721d";
hash = "sha256-/F7zpeOwVy2oOv+DrK0TB4cLDNPr6dOk+CMooVlOelA=";
};
"homebrew/homebrew-bundle" = pkgs.fetchFromGitHub {
owner = "homebrew";
repo = "homebrew-bundle";
rev = "da206fb73a461c83ddecf244014d24c0e4601847";
hash = "sha256-yTlCEDS9sHd1ZaN62bLWHbVbdsO8ZC8iuoDq1lrSxSg=";
rev = "8c27f2668715b635cd5d85462a5f1a05de3e52b1";
hash = "sha256-76FZ9AWnNnSf2tyBE1KmIG/UKcKQ4bQUL6Q/ABy+STY=";
};
};
};
Expand Down

0 comments on commit b7b2b10

Please sign in to comment.