Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored and github-actions[bot] committed Dec 24, 2024
1 parent ea8ba7a commit 078a787
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
24 changes: 12 additions & 12 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
"lspconfig": {
"cargoLocks": null,
"date": "2024-12-22",
"date": "2024-12-23",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "b54abeb8b90af1cb4592ce937ee95ed8cb457801",
"sha256": "sha256-cZYB5HT2eslY+zmWQUfBZJiJGESvttIV8JHWG56fGTw=",
"rev": "c580f34bc5fdca8aaf737a9ab8a5d775cb940e57",
"sha256": "sha256-UUW32unKgBZmighFNiEFmBcIPr/bcCdrW+wp3idZr4o=",
"sparseCheckout": [],
"type": "github"
},
"version": "b54abeb8b90af1cb4592ce937ee95ed8cb457801"
"version": "c580f34bc5fdca8aaf737a9ab8a5d775cb940e57"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2024-12-22",
"date": "2024-12-23",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "7b210cc5207e36f562f6c1e83200d5dfc0a4451d",
"sha256": "sha256-55tFjRJa4lXzg+Thr3Kbwz7MQwvCivCVNOYXboAk3FI=",
"rev": "2011aff270bcd3e1f3ad088253ace2d574967bed",
"sha256": "sha256-k2mARBlOwY7Hcn9iXcfVuApzdG7tETwUnY46qh6O/mA=",
"sparseCheckout": [],
"type": "github"
},
"version": "7b210cc5207e36f562f6c1e83200d5dfc0a4451d"
"version": "2011aff270bcd3e1f3ad088253ace2d574967bed"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-22",
"date": "2024-12-23",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "caba7ef3556079dec03407bcbb290ddc688ea06e",
"sha256": "sha256-LWgLxZobaFhm3UQZm5+6tlEULeG29SbER/khieQPJPI=",
"rev": "b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd",
"sha256": "sha256-zI/TZKvr3CzybdCpZ1xvc/jwgsTmV68fOp7iAQLDnOE=",
"sparseCheckout": [],
"type": "github"
},
"version": "caba7ef3556079dec03407bcbb290ddc688ea06e"
"version": "b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd"
},
"trouble": {
"cargoLocks": null,
Expand Down
24 changes: 12 additions & 12 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "b54abeb8b90af1cb4592ce937ee95ed8cb457801";
version = "c580f34bc5fdca8aaf737a9ab8a5d775cb940e57";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "b54abeb8b90af1cb4592ce937ee95ed8cb457801";
rev = "c580f34bc5fdca8aaf737a9ab8a5d775cb940e57";
fetchSubmodules = false;
sha256 = "sha256-cZYB5HT2eslY+zmWQUfBZJiJGESvttIV8JHWG56fGTw=";
sha256 = "sha256-UUW32unKgBZmighFNiEFmBcIPr/bcCdrW+wp3idZr4o=";
};
date = "2024-12-22";
date = "2024-12-23";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -147,15 +147,15 @@
};
mini = {
pname = "mini";
version = "7b210cc5207e36f562f6c1e83200d5dfc0a4451d";
version = "2011aff270bcd3e1f3ad088253ace2d574967bed";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "7b210cc5207e36f562f6c1e83200d5dfc0a4451d";
rev = "2011aff270bcd3e1f3ad088253ace2d574967bed";
fetchSubmodules = false;
sha256 = "sha256-55tFjRJa4lXzg+Thr3Kbwz7MQwvCivCVNOYXboAk3FI=";
sha256 = "sha256-k2mARBlOwY7Hcn9iXcfVuApzdG7tETwUnY46qh6O/mA=";
};
date = "2024-12-22";
date = "2024-12-23";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "caba7ef3556079dec03407bcbb290ddc688ea06e";
version = "b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "caba7ef3556079dec03407bcbb290ddc688ea06e";
rev = "b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd";
fetchSubmodules = false;
sha256 = "sha256-LWgLxZobaFhm3UQZm5+6tlEULeG29SbER/khieQPJPI=";
sha256 = "sha256-zI/TZKvr3CzybdCpZ1xvc/jwgsTmV68fOp7iAQLDnOE=";
};
date = "2024-12-22";
date = "2024-12-23";
};
trouble = {
pname = "trouble";
Expand Down
12 changes: 6 additions & 6 deletions examples/custom/flake.lock

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

12 changes: 6 additions & 6 deletions examples/defaults/flake.lock

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

6 changes: 3 additions & 3 deletions flake.lock

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

0 comments on commit 078a787

Please sign in to comment.