Skip to content

Commit

Permalink
feat: bump & macOS reinstall tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Aug 24, 2024
1 parent 901192d commit 9043f51
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 105 deletions.
14 changes: 7 additions & 7 deletions _sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"catppuccin-bat": {
"cargoLocks": null,
"date": "2024-04-25",
"date": "2024-08-05",
"extract": null,
"name": "catppuccin-bat",
"passthru": null,
Expand All @@ -13,11 +13,11 @@
"name": null,
"owner": "catppuccin",
"repo": "bat",
"rev": "d714cc1d358ea51bfc02550dabab693f70cccea0",
"sha256": "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4=",
"rev": "d3feec47b16a8e99eabb34cdfbaa115541d374fc",
"sha256": "sha256-s0CHTihXlBMCKmbBBb8dUhfgOOQu9PBCQ+uviy7o47w=",
"type": "github"
},
"version": "d714cc1d358ea51bfc02550dabab693f70cccea0"
"version": "d3feec47b16a8e99eabb34cdfbaa115541d374fc"
},
"milspec": {
"cargoLocks": null,
Expand Down Expand Up @@ -68,11 +68,11 @@
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-uqxP7hO4cyZRoA9acOHWMVPmEGQhZcIRGmLar3H+xE8=",
"sha256": "sha256-RIYo5Ilqbfs4kqYKSrztYLAqgvlPXqaEenVnMJvTWDk=",
"type": "url",
"url": "https://github.com/koekeishiya/yabai/releases/download/v7.1.1/yabai-v7.1.1.tar.gz"
"url": "https://github.com/koekeishiya/yabai/releases/download/v7.1.2/yabai-v7.1.2.tar.gz"
},
"version": "v7.1.1"
"version": "v7.1.2"
},
"zsh-fast-syntax-highlighting": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{
catppuccin-bat = {
pname = "catppuccin-bat";
version = "d714cc1d358ea51bfc02550dabab693f70cccea0";
version = "d3feec47b16a8e99eabb34cdfbaa115541d374fc";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "d714cc1d358ea51bfc02550dabab693f70cccea0";
rev = "d3feec47b16a8e99eabb34cdfbaa115541d374fc";
fetchSubmodules = false;
sha256 = "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4=";
sha256 = "sha256-s0CHTihXlBMCKmbBBb8dUhfgOOQu9PBCQ+uviy7o47w=";
};
date = "2024-04-25";
date = "2024-08-05";
};
milspec = {
pname = "milspec";
Expand Down Expand Up @@ -39,10 +39,10 @@
};
yabai = {
pname = "yabai";
version = "v7.1.1";
version = "v7.1.2";
src = fetchurl {
url = "https://github.com/koekeishiya/yabai/releases/download/v7.1.1/yabai-v7.1.1.tar.gz";
sha256 = "sha256-uqxP7hO4cyZRoA9acOHWMVPmEGQhZcIRGmLar3H+xE8=";
url = "https://github.com/koekeishiya/yabai/releases/download/v7.1.2/yabai-v7.1.2.tar.gz";
sha256 = "sha256-RIYo5Ilqbfs4kqYKSrztYLAqgvlPXqaEenVnMJvTWDk=";
};
};
zsh-fast-syntax-highlighting = {
Expand Down
158 changes: 113 additions & 45 deletions flake.lock

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

Loading

0 comments on commit 9043f51

Please sign in to comment.