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 Oct 26, 2024
1 parent 5a7a197 commit f8074c5
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 @@ -190,7 +190,7 @@
},
"lspconfig": {
"cargoLocks": null,
"date": "2024-10-24",
"date": "2024-10-26",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "85afd4b936acd62b578c2e2d8e86541fb972c32e",
"sha256": "sha256-n/iq6ZgjEWCmsa2Q3uM8q3Hvte3uo9QdRH5awjMBpwU=",
"rev": "28b205ebe73a18f401e040585106f9bafd8ff21f",
"sha256": "sha256-DkDe2PoK8jNqITyfiUv3fcuMQTkcMNBZM2l0TEC7vhM=",
"sparseCheckout": [],
"type": "github"
},
"version": "85afd4b936acd62b578c2e2d8e86541fb972c32e"
"version": "28b205ebe73a18f401e040585106f9bafd8ff21f"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-10-24",
"date": "2024-10-25",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "377039daa260b71f304c881d1b21d643c501a261",
"sha256": "sha256-2H78b+D/taPVs6fh8Mr3Lg1hRIP2OMX60WJ5h6cJxKg=",
"rev": "48fc5d1dfe3dded8028826dfee7526e26212c73b",
"sha256": "sha256-cXF01jufkCJpUwKvuWtmvI3vTfiEUcl69aV1BZdmG1I=",
"sparseCheckout": [],
"type": "github"
},
"version": "377039daa260b71f304c881d1b21d643c501a261"
"version": "48fc5d1dfe3dded8028826dfee7526e26212c73b"
},
"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 @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "85afd4b936acd62b578c2e2d8e86541fb972c32e";
version = "28b205ebe73a18f401e040585106f9bafd8ff21f";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "85afd4b936acd62b578c2e2d8e86541fb972c32e";
rev = "28b205ebe73a18f401e040585106f9bafd8ff21f";
fetchSubmodules = false;
sha256 = "sha256-n/iq6ZgjEWCmsa2Q3uM8q3Hvte3uo9QdRH5awjMBpwU=";
sha256 = "sha256-DkDe2PoK8jNqITyfiUv3fcuMQTkcMNBZM2l0TEC7vhM=";
};
date = "2024-10-24";
date = "2024-10-26";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "377039daa260b71f304c881d1b21d643c501a261";
version = "48fc5d1dfe3dded8028826dfee7526e26212c73b";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "377039daa260b71f304c881d1b21d643c501a261";
rev = "48fc5d1dfe3dded8028826dfee7526e26212c73b";
fetchSubmodules = false;
sha256 = "sha256-2H78b+D/taPVs6fh8Mr3Lg1hRIP2OMX60WJ5h6cJxKg=";
sha256 = "sha256-cXF01jufkCJpUwKvuWtmvI3vTfiEUcl69aV1BZdmG1I=";
};
date = "2024-10-24";
date = "2024-10-25";
};
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 f8074c5

Please sign in to comment.