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 Jan 1, 2025
1 parent 1d31e77 commit ba71442
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2024-12-30",
"date": "2024-12-31",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "9df78f3cdf9bdcc5aaf93cc51412a69a384041b2",
"sha256": "sha256-3S3gtTixO/JcnMJ1eGI6W12a1OYPoIfr4C4UsIOhVtI=",
"rev": "e91e854299429c986888711668743711acd8a14b",
"sha256": "sha256-fH+KRQy49TuO/4qeb9bdihI3V9FdBnu+L9OmUdgSz64=",
"sparseCheckout": [],
"type": "github"
},
"version": "9df78f3cdf9bdcc5aaf93cc51412a69a384041b2"
"version": "e91e854299429c986888711668743711acd8a14b"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-30",
"date": "2024-12-31",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "4b222913486ec0a5983efa82b0649a2ab87cf1f0",
"sha256": "sha256-ytd7P/fC1y3Nv/N3og6CCU8LsOsC7WS12XSCdhHFNDg=",
"rev": "5f78e989243f9fb0fb55e0cf54820920d86dfd30",
"sha256": "sha256-9A7/2y8ZviLNmu11e6Dx/SyFXLfO82Mnk5LZ8z+1qb4=",
"sparseCheckout": [],
"type": "github"
},
"version": "4b222913486ec0a5983efa82b0649a2ab87cf1f0"
"version": "5f78e989243f9fb0fb55e0cf54820920d86dfd30"
},
"trouble": {
"cargoLocks": null,
Expand Down
16 changes: 8 additions & 8 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@
};
mini = {
pname = "mini";
version = "9df78f3cdf9bdcc5aaf93cc51412a69a384041b2";
version = "e91e854299429c986888711668743711acd8a14b";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "9df78f3cdf9bdcc5aaf93cc51412a69a384041b2";
rev = "e91e854299429c986888711668743711acd8a14b";
fetchSubmodules = false;
sha256 = "sha256-3S3gtTixO/JcnMJ1eGI6W12a1OYPoIfr4C4UsIOhVtI=";
sha256 = "sha256-fH+KRQy49TuO/4qeb9bdihI3V9FdBnu+L9OmUdgSz64=";
};
date = "2024-12-30";
date = "2024-12-31";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "4b222913486ec0a5983efa82b0649a2ab87cf1f0";
version = "5f78e989243f9fb0fb55e0cf54820920d86dfd30";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "4b222913486ec0a5983efa82b0649a2ab87cf1f0";
rev = "5f78e989243f9fb0fb55e0cf54820920d86dfd30";
fetchSubmodules = false;
sha256 = "sha256-ytd7P/fC1y3Nv/N3og6CCU8LsOsC7WS12XSCdhHFNDg=";
sha256 = "sha256-9A7/2y8ZviLNmu11e6Dx/SyFXLfO82Mnk5LZ8z+1qb4=";
};
date = "2024-12-30";
date = "2024-12-31";
};
trouble = {
pname = "trouble";
Expand Down
18 changes: 9 additions & 9 deletions examples/custom/flake.lock

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

18 changes: 9 additions & 9 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 ba71442

Please sign in to comment.