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 20, 2024
1 parent 244e529 commit f2f8fae
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-18",
"date": "2024-10-19",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "b55b9659de9ac17e05df4787bb023e4c7ef45329",
"sha256": "sha256-YlaHcVXVc5ikU/MEMeVOtoGB7ztxDtKwcmmKfzCxByE=",
"rev": "fd49d5863e873891be37afac79b1f56fb34bb5d3",
"sha256": "sha256-yxqRKMzga38jrmCm32WFyNchUeYYmtTGzf3BI1vZyWk=",
"sparseCheckout": [],
"type": "github"
},
"version": "b55b9659de9ac17e05df4787bb023e4c7ef45329"
"version": "fd49d5863e873891be37afac79b1f56fb34bb5d3"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-10-18",
"date": "2024-10-19",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "68b2bdd99d889e9705f7e90ae64d990f3ff03cf3",
"sha256": "sha256-MKxwqAXmvkX3hJ2AQPzos9PdhvulRAtlG8e3ASKYnlc=",
"rev": "a3ca2e60563064cea008555d0b7d031430305b09",
"sha256": "sha256-4ayuF/8fP7i5yTGFsGzjQv12zX4sIMbNl+ZbVqxX63g=",
"sparseCheckout": [],
"type": "github"
},
"version": "68b2bdd99d889e9705f7e90ae64d990f3ff03cf3"
"version": "a3ca2e60563064cea008555d0b7d031430305b09"
},
"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 = "b55b9659de9ac17e05df4787bb023e4c7ef45329";
version = "fd49d5863e873891be37afac79b1f56fb34bb5d3";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "b55b9659de9ac17e05df4787bb023e4c7ef45329";
rev = "fd49d5863e873891be37afac79b1f56fb34bb5d3";
fetchSubmodules = false;
sha256 = "sha256-YlaHcVXVc5ikU/MEMeVOtoGB7ztxDtKwcmmKfzCxByE=";
sha256 = "sha256-yxqRKMzga38jrmCm32WFyNchUeYYmtTGzf3BI1vZyWk=";
};
date = "2024-10-18";
date = "2024-10-19";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "68b2bdd99d889e9705f7e90ae64d990f3ff03cf3";
version = "a3ca2e60563064cea008555d0b7d031430305b09";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "68b2bdd99d889e9705f7e90ae64d990f3ff03cf3";
rev = "a3ca2e60563064cea008555d0b7d031430305b09";
fetchSubmodules = false;
sha256 = "sha256-MKxwqAXmvkX3hJ2AQPzos9PdhvulRAtlG8e3ASKYnlc=";
sha256 = "sha256-4ayuF/8fP7i5yTGFsGzjQv12zX4sIMbNl+ZbVqxX63g=";
};
date = "2024-10-18";
date = "2024-10-19";
};
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 f2f8fae

Please sign in to comment.