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 17, 2024
1 parent 7e43354 commit 8b0ed47
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 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-15",
"date": "2024-10-16",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "9b2509f17c284486497358ccea1019cc17c28af6",
"sha256": "sha256-Dd2kAphbwMSsKfuqS2B0vkQ2kGkrRm32cyit8C774SU=",
"rev": "541f3a2781de481bb84883889e4d9f0904250a56",
"sha256": "sha256-f9CqwKBWZgC2ystm+g7FmsHR0fLcM6Wj+GkSwoUIanw=",
"sparseCheckout": [],
"type": "github"
},
"version": "9b2509f17c284486497358ccea1019cc17c28af6"
"version": "541f3a2781de481bb84883889e4d9f0904250a56"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-10-15",
"date": "2024-10-16",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "da926103921117cc6dc8a518bc9b949c90d1c70c",
"sha256": "sha256-lTSvIUfsc+ekR1DinsY8dQjgZIqw7OBLJ8l1yBzOzAA=",
"rev": "92725df6222614307c4712eb9982e5287f21aa11",
"sha256": "sha256-C1yEAMxzaY9d8FoKipPPePgP0JQ0CMcidlSYbYWNB+w=",
"sparseCheckout": [],
"type": "github"
},
"version": "da926103921117cc6dc8a518bc9b949c90d1c70c"
"version": "92725df6222614307c4712eb9982e5287f21aa11"
},
"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 = "9b2509f17c284486497358ccea1019cc17c28af6";
version = "541f3a2781de481bb84883889e4d9f0904250a56";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "9b2509f17c284486497358ccea1019cc17c28af6";
rev = "541f3a2781de481bb84883889e4d9f0904250a56";
fetchSubmodules = false;
sha256 = "sha256-Dd2kAphbwMSsKfuqS2B0vkQ2kGkrRm32cyit8C774SU=";
sha256 = "sha256-f9CqwKBWZgC2ystm+g7FmsHR0fLcM6Wj+GkSwoUIanw=";
};
date = "2024-10-15";
date = "2024-10-16";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "da926103921117cc6dc8a518bc9b949c90d1c70c";
version = "92725df6222614307c4712eb9982e5287f21aa11";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "da926103921117cc6dc8a518bc9b949c90d1c70c";
rev = "92725df6222614307c4712eb9982e5287f21aa11";
fetchSubmodules = false;
sha256 = "sha256-lTSvIUfsc+ekR1DinsY8dQjgZIqw7OBLJ8l1yBzOzAA=";
sha256 = "sha256-C1yEAMxzaY9d8FoKipPPePgP0JQ0CMcidlSYbYWNB+w=";
};
date = "2024-10-15";
date = "2024-10-16";
};
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.

12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit 8b0ed47

Please sign in to comment.