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 Nov 28, 2024
1 parent 434f264 commit 39a7d2b
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
24 changes: 12 additions & 12 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-11-26",
"date": "2024-11-27",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "830ec3893eeb2b21d182864b56931ca6d23d3e29",
"sha256": "sha256-y0Cej9mHwrs5/MTCkJyNLh3nKU23FYc5bVgBK5DQwhA=",
"rev": "4ae9796c4e95ca84ec77946a9f9089b8f1a3eec9",
"sha256": "sha256-yddbTTfgjkJWDfvqvghGmThskXbhTdbhbyJJkL9aiZU=",
"sparseCheckout": [],
"type": "github"
},
"version": "830ec3893eeb2b21d182864b56931ca6d23d3e29"
"version": "4ae9796c4e95ca84ec77946a9f9089b8f1a3eec9"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-11-26",
"date": "2024-11-27",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,16 +433,16 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "28591731d84c2fc18ddda60e1d53da24c31c4987",
"sha256": "sha256-1Fxt+aQW4fj4KY73uDV9UzAao55MkSgTZCtcAL4ksls=",
"rev": "8d4fdc5e47e2a4e00179e43f56221250ce365973",
"sha256": "sha256-j5bg/9oYVGe203juNx4Po+DiH7jAuMx/Rq0X1DlCJ7c=",
"sparseCheckout": [],
"type": "github"
},
"version": "28591731d84c2fc18ddda60e1d53da24c31c4987"
"version": "8d4fdc5e47e2a4e00179e43f56221250ce365973"
},
"trouble": {
"cargoLocks": null,
"date": "2024-11-26",
"date": "2024-11-27",
"extract": null,
"name": "trouble",
"passthru": null,
Expand All @@ -454,12 +454,12 @@
"name": null,
"owner": "folke",
"repo": "trouble.nvim",
"rev": "c633e8559adf529b85167a4cb489d7358e9efb1a",
"sha256": "sha256-EzPSGJgloj8lwECet6K28+isgoszM+vZ/xUAjo6bXwA=",
"rev": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6",
"sha256": "sha256-JhnERZfma2JHFEn/DElVmrSU5KxM2asx3SJ+86lCfoo=",
"sparseCheckout": [],
"type": "github"
},
"version": "c633e8559adf529b85167a4cb489d7358e9efb1a"
"version": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6"
},
"whichkey": {
"cargoLocks": null,
Expand Down
24 changes: 12 additions & 12 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "830ec3893eeb2b21d182864b56931ca6d23d3e29";
version = "4ae9796c4e95ca84ec77946a9f9089b8f1a3eec9";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "830ec3893eeb2b21d182864b56931ca6d23d3e29";
rev = "4ae9796c4e95ca84ec77946a9f9089b8f1a3eec9";
fetchSubmodules = false;
sha256 = "sha256-y0Cej9mHwrs5/MTCkJyNLh3nKU23FYc5bVgBK5DQwhA=";
sha256 = "sha256-yddbTTfgjkJWDfvqvghGmThskXbhTdbhbyJJkL9aiZU=";
};
date = "2024-11-26";
date = "2024-11-27";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,27 +243,27 @@
};
treesitter = {
pname = "treesitter";
version = "28591731d84c2fc18ddda60e1d53da24c31c4987";
version = "8d4fdc5e47e2a4e00179e43f56221250ce365973";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "28591731d84c2fc18ddda60e1d53da24c31c4987";
rev = "8d4fdc5e47e2a4e00179e43f56221250ce365973";
fetchSubmodules = false;
sha256 = "sha256-1Fxt+aQW4fj4KY73uDV9UzAao55MkSgTZCtcAL4ksls=";
sha256 = "sha256-j5bg/9oYVGe203juNx4Po+DiH7jAuMx/Rq0X1DlCJ7c=";
};
date = "2024-11-26";
date = "2024-11-27";
};
trouble = {
pname = "trouble";
version = "c633e8559adf529b85167a4cb489d7358e9efb1a";
version = "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6";
src = fetchFromGitHub {
owner = "folke";
repo = "trouble.nvim";
rev = "c633e8559adf529b85167a4cb489d7358e9efb1a";
rev = "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6";
fetchSubmodules = false;
sha256 = "sha256-EzPSGJgloj8lwECet6K28+isgoszM+vZ/xUAjo6bXwA=";
sha256 = "sha256-JhnERZfma2JHFEn/DElVmrSU5KxM2asx3SJ+86lCfoo=";
};
date = "2024-11-26";
date = "2024-11-27";
};
whichkey = {
pname = "whichkey";
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.

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 39a7d2b

Please sign in to comment.