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 15, 2024
1 parent 6e15473 commit 02c984c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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-12",
"date": "2024-10-14",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "d141895d1d9f41048fff201d62a2d6e96d299e32",
"sha256": "sha256-2EFXkRwERcHTMbpRNjWkr3qCg9BpLSOPBc0a25Nxpbg=",
"rev": "7c4d0f77b8323ff679010706292e5caa4a13d8e6",
"sha256": "sha256-JqvAHnz9Jl9uMuVeSSAn0wlAHa6Z94/lpNeDMvdGxhg=",
"sparseCheckout": [],
"type": "github"
},
"version": "d141895d1d9f41048fff201d62a2d6e96d299e32"
"version": "7c4d0f77b8323ff679010706292e5caa4a13d8e6"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-10-12",
"date": "2024-10-14",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "5a2ff8b7ca5470b1011ed82ef3fdd53139ffc467",
"sha256": "sha256-5JPqMWAabNAxhan2nb6NFNuec9JPahoM1IpaKa9me7I=",
"rev": "86728435273b63fe71fa64a66c2a6d49e94613a2",
"sha256": "sha256-OP5Q2UFj3IzXJ6PxG4R4OS1U8O6kg47b6PDX59M69TA=",
"sparseCheckout": [],
"type": "github"
},
"version": "5a2ff8b7ca5470b1011ed82ef3fdd53139ffc467"
"version": "86728435273b63fe71fa64a66c2a6d49e94613a2"
},
"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 = "d141895d1d9f41048fff201d62a2d6e96d299e32";
version = "7c4d0f77b8323ff679010706292e5caa4a13d8e6";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "d141895d1d9f41048fff201d62a2d6e96d299e32";
rev = "7c4d0f77b8323ff679010706292e5caa4a13d8e6";
fetchSubmodules = false;
sha256 = "sha256-2EFXkRwERcHTMbpRNjWkr3qCg9BpLSOPBc0a25Nxpbg=";
sha256 = "sha256-JqvAHnz9Jl9uMuVeSSAn0wlAHa6Z94/lpNeDMvdGxhg=";
};
date = "2024-10-12";
date = "2024-10-14";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "5a2ff8b7ca5470b1011ed82ef3fdd53139ffc467";
version = "86728435273b63fe71fa64a66c2a6d49e94613a2";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "5a2ff8b7ca5470b1011ed82ef3fdd53139ffc467";
rev = "86728435273b63fe71fa64a66c2a6d49e94613a2";
fetchSubmodules = false;
sha256 = "sha256-5JPqMWAabNAxhan2nb6NFNuec9JPahoM1IpaKa9me7I=";
sha256 = "sha256-OP5Q2UFj3IzXJ6PxG4R4OS1U8O6kg47b6PDX59M69TA=";
};
date = "2024-10-12";
date = "2024-10-14";
};
trouble = {
pname = "trouble";
Expand Down
6 changes: 3 additions & 3 deletions examples/custom/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 examples/defaults/flake.lock

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

0 comments on commit 02c984c

Please sign in to comment.