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 Dec 15, 2024
1 parent 7cdcdaf commit 0d95635
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 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-12-13",
"date": "2024-12-14",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "3cb6c05779459eb5fe9cddbb47675593594f0415",
"sha256": "sha256-fgUNnXMBwfFrQfYsN1wRYmjJFU1xXKsQX0no5BZXeic=",
"rev": "c502e4d288d1e29b46f6b78aa4b375a40c82e8b0",
"sha256": "sha256-L9V9inCz3DPoxwIPlozM4FocXuj/P22+wNRbN08+MFA=",
"sparseCheckout": [],
"type": "github"
},
"version": "3cb6c05779459eb5fe9cddbb47675593594f0415"
"version": "c502e4d288d1e29b46f6b78aa4b375a40c82e8b0"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-13",
"date": "2024-12-14",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "33d27173876499a0f037cb9edff90d583711b6ae",
"sha256": "sha256-UxqeZPQPWXKnWIVRWGoAh9lxyQWfOqCwYSd98MGk3o8=",
"rev": "cfbbdd5effbde3d47d2d662e67cfcd62a93b783f",
"sha256": "sha256-Qlq5GbPrJBLoLEc0xc2nJwZAQ2uEpQ5JfdB8maGgTbQ=",
"sparseCheckout": [],
"type": "github"
},
"version": "33d27173876499a0f037cb9edff90d583711b6ae"
"version": "cfbbdd5effbde3d47d2d662e67cfcd62a93b783f"
},
"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 = "3cb6c05779459eb5fe9cddbb47675593594f0415";
version = "c502e4d288d1e29b46f6b78aa4b375a40c82e8b0";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "3cb6c05779459eb5fe9cddbb47675593594f0415";
rev = "c502e4d288d1e29b46f6b78aa4b375a40c82e8b0";
fetchSubmodules = false;
sha256 = "sha256-fgUNnXMBwfFrQfYsN1wRYmjJFU1xXKsQX0no5BZXeic=";
sha256 = "sha256-L9V9inCz3DPoxwIPlozM4FocXuj/P22+wNRbN08+MFA=";
};
date = "2024-12-13";
date = "2024-12-14";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "33d27173876499a0f037cb9edff90d583711b6ae";
version = "cfbbdd5effbde3d47d2d662e67cfcd62a93b783f";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "33d27173876499a0f037cb9edff90d583711b6ae";
rev = "cfbbdd5effbde3d47d2d662e67cfcd62a93b783f";
fetchSubmodules = false;
sha256 = "sha256-UxqeZPQPWXKnWIVRWGoAh9lxyQWfOqCwYSd98MGk3o8=";
sha256 = "sha256-Qlq5GbPrJBLoLEc0xc2nJwZAQ2uEpQ5JfdB8maGgTbQ=";
};
date = "2024-12-13";
date = "2024-12-14";
};
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.

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 0d95635

Please sign in to comment.