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 Sep 16, 2024
1 parent 5b0b687 commit 8d5d574
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-09-14",
"date": "2024-09-15",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "0d027de8820917db548486564d0d5b17af4b3db4",
"sha256": "sha256-uMixKUO6/bO8ZtU+sWinhljJJZjCTsYQtxYSd+9lIGU=",
"rev": "46ce5fd8c081f179a509da423077f8372e63ffc4",
"sha256": "sha256-JPP2pJGTrxeh2Y2X6rFrzjp7AJPioW+TqGI0awOEcGg=",
"sparseCheckout": [],
"type": "github"
},
"version": "0d027de8820917db548486564d0d5b17af4b3db4"
"version": "46ce5fd8c081f179a509da423077f8372e63ffc4"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-09-14",
"date": "2024-09-15",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "399062d072355be7cd3441a7931cb05378a6c6a2",
"sha256": "sha256-9Py7A9EbPhUk0spdGiJWuluQOJn3bgZvO4zQAIV3xME=",
"rev": "b7160e87aadbb3f5f6ee87ce139406fe3433044e",
"sha256": "sha256-SvqbLwHtRdUe0YNIY7wMt1ZLY/cOP1KNUINW3vy/97s=",
"sparseCheckout": [],
"type": "github"
},
"version": "399062d072355be7cd3441a7931cb05378a6c6a2"
"version": "b7160e87aadbb3f5f6ee87ce139406fe3433044e"
},
"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 = "0d027de8820917db548486564d0d5b17af4b3db4";
version = "46ce5fd8c081f179a509da423077f8372e63ffc4";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "0d027de8820917db548486564d0d5b17af4b3db4";
rev = "46ce5fd8c081f179a509da423077f8372e63ffc4";
fetchSubmodules = false;
sha256 = "sha256-uMixKUO6/bO8ZtU+sWinhljJJZjCTsYQtxYSd+9lIGU=";
sha256 = "sha256-JPP2pJGTrxeh2Y2X6rFrzjp7AJPioW+TqGI0awOEcGg=";
};
date = "2024-09-14";
date = "2024-09-15";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "399062d072355be7cd3441a7931cb05378a6c6a2";
version = "b7160e87aadbb3f5f6ee87ce139406fe3433044e";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "399062d072355be7cd3441a7931cb05378a6c6a2";
rev = "b7160e87aadbb3f5f6ee87ce139406fe3433044e";
fetchSubmodules = false;
sha256 = "sha256-9Py7A9EbPhUk0spdGiJWuluQOJn3bgZvO4zQAIV3xME=";
sha256 = "sha256-SvqbLwHtRdUe0YNIY7wMt1ZLY/cOP1KNUINW3vy/97s=";
};
date = "2024-09-14";
date = "2024-09-15";
};
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 8d5d574

Please sign in to comment.