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 25, 2024
1 parent 666cc35 commit 5a7a197
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-23",
"date": "2024-10-24",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "edd9591199d1c78c0cb20514231f7f936f9412a2",
"sha256": "sha256-oZpbNLENEkkO2diGpgOD3ZPyu+RKLxaAG/4rBxyZwzA=",
"rev": "85afd4b936acd62b578c2e2d8e86541fb972c32e",
"sha256": "sha256-n/iq6ZgjEWCmsa2Q3uM8q3Hvte3uo9QdRH5awjMBpwU=",
"sparseCheckout": [],
"type": "github"
},
"version": "edd9591199d1c78c0cb20514231f7f936f9412a2"
"version": "85afd4b936acd62b578c2e2d8e86541fb972c32e"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-10-23",
"date": "2024-10-24",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "9210b9a4fa106247333495e19c843710f4d62102",
"sha256": "sha256-h+pUBGOO+hZ54BVzhptjeR1ajs/450Cy729hReNwLzQ=",
"rev": "377039daa260b71f304c881d1b21d643c501a261",
"sha256": "sha256-2H78b+D/taPVs6fh8Mr3Lg1hRIP2OMX60WJ5h6cJxKg=",
"sparseCheckout": [],
"type": "github"
},
"version": "9210b9a4fa106247333495e19c843710f4d62102"
"version": "377039daa260b71f304c881d1b21d643c501a261"
},
"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 = "edd9591199d1c78c0cb20514231f7f936f9412a2";
version = "85afd4b936acd62b578c2e2d8e86541fb972c32e";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "edd9591199d1c78c0cb20514231f7f936f9412a2";
rev = "85afd4b936acd62b578c2e2d8e86541fb972c32e";
fetchSubmodules = false;
sha256 = "sha256-oZpbNLENEkkO2diGpgOD3ZPyu+RKLxaAG/4rBxyZwzA=";
sha256 = "sha256-n/iq6ZgjEWCmsa2Q3uM8q3Hvte3uo9QdRH5awjMBpwU=";
};
date = "2024-10-23";
date = "2024-10-24";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "9210b9a4fa106247333495e19c843710f4d62102";
version = "377039daa260b71f304c881d1b21d643c501a261";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "9210b9a4fa106247333495e19c843710f4d62102";
rev = "377039daa260b71f304c881d1b21d643c501a261";
fetchSubmodules = false;
sha256 = "sha256-h+pUBGOO+hZ54BVzhptjeR1ajs/450Cy729hReNwLzQ=";
sha256 = "sha256-2H78b+D/taPVs6fh8Mr3Lg1hRIP2OMX60WJ5h6cJxKg=";
};
date = "2024-10-23";
date = "2024-10-24";
};
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 5a7a197

Please sign in to comment.