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 Jan 4, 2025
1 parent 416675a commit c7bccb4
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 58 deletions.
32 changes: 16 additions & 16 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
"lspconfig": {
"cargoLocks": null,
"date": "2025-01-02",
"date": "2025-01-03",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "88dff6268a068403c87b461aee69beb61ceb8303",
"sha256": "sha256-9UPghqiAs1hXOIBLrbBvYHc5OImZZ2YUGqX5/EMQXgE=",
"rev": "a8ef5e6e497b3ebeaaf35b939c07c211563b2e05",
"sha256": "sha256-byU5aewCFEztNVGqsFw/GAIwi3XAFee3V220vr4a6Z8=",
"sparseCheckout": [],
"type": "github"
},
"version": "88dff6268a068403c87b461aee69beb61ceb8303"
"version": "a8ef5e6e497b3ebeaaf35b939c07c211563b2e05"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2025-01-02",
"date": "2025-01-03",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,16 +265,16 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "782969a40d2870b1d7cd7c9db8f965d8aa9705ef",
"sha256": "sha256-FVeQu/5z/D2IFblOKJChTUTJOF0oR1/Y+D+E5IULpAI=",
"rev": "546b9c8bd8ebba594bd18811e54bd3e6f9a662ec",
"sha256": "sha256-JNtZmn0DxHIlS5B/Gj9Xct6lyGFjKSOfJskBu8R5VUo=",
"sparseCheckout": [],
"type": "github"
},
"version": "782969a40d2870b1d7cd7c9db8f965d8aa9705ef"
"version": "546b9c8bd8ebba594bd18811e54bd3e6f9a662ec"
},
"null": {
"cargoLocks": null,
"date": "2024-12-31",
"date": "2025-01-03",
"extract": null,
"name": "null",
"passthru": null,
Expand All @@ -286,12 +286,12 @@
"name": null,
"owner": "nvimtools",
"repo": "none-ls.nvim",
"rev": "caf85560cfcfa62ad3a4c15433db4a8f9ddf934a",
"sha256": "sha256-31u2Or4othYwUDBONpFnm//3NB6i5wPuBGdLfP8MHjE=",
"rev": "00421b9dc7a4d132ca74cfb4c7e8030d05d6fd0b",
"sha256": "sha256-KQf8G/hy4sMGhv6cKSITinI9FP+jk58nx/+lg72gD4w=",
"sparseCheckout": [],
"type": "github"
},
"version": "caf85560cfcfa62ad3a4c15433db4a8f9ddf934a"
"version": "00421b9dc7a4d132ca74cfb4c7e8030d05d6fd0b"
},
"nvim-cmp": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2025-01-02",
"date": "2025-01-03",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "6cb4098d51479f644f967c17d4482bab1ba2640f",
"sha256": "sha256-Wu+Tf9DXm5pkc0BfLh9xwKYO45OnRDowtxCp0+aazxI=",
"rev": "6935286b4ee3d938954e446d657eebee71b4d07a",
"sha256": "sha256-Mn81rQQwXuPpeEQKoBq2jiDmAiO3jyIYGRpsfV1wbV4=",
"sparseCheckout": [],
"type": "github"
},
"version": "6cb4098d51479f644f967c17d4482bab1ba2640f"
"version": "6935286b4ee3d938954e446d657eebee71b4d07a"
},
"trouble": {
"cargoLocks": null,
Expand Down
32 changes: 16 additions & 16 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "88dff6268a068403c87b461aee69beb61ceb8303";
version = "a8ef5e6e497b3ebeaaf35b939c07c211563b2e05";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "88dff6268a068403c87b461aee69beb61ceb8303";
rev = "a8ef5e6e497b3ebeaaf35b939c07c211563b2e05";
fetchSubmodules = false;
sha256 = "sha256-9UPghqiAs1hXOIBLrbBvYHc5OImZZ2YUGqX5/EMQXgE=";
sha256 = "sha256-byU5aewCFEztNVGqsFw/GAIwi3XAFee3V220vr4a6Z8=";
};
date = "2025-01-02";
date = "2025-01-03";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -147,27 +147,27 @@
};
mini = {
pname = "mini";
version = "782969a40d2870b1d7cd7c9db8f965d8aa9705ef";
version = "546b9c8bd8ebba594bd18811e54bd3e6f9a662ec";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "782969a40d2870b1d7cd7c9db8f965d8aa9705ef";
rev = "546b9c8bd8ebba594bd18811e54bd3e6f9a662ec";
fetchSubmodules = false;
sha256 = "sha256-FVeQu/5z/D2IFblOKJChTUTJOF0oR1/Y+D+E5IULpAI=";
sha256 = "sha256-JNtZmn0DxHIlS5B/Gj9Xct6lyGFjKSOfJskBu8R5VUo=";
};
date = "2025-01-02";
date = "2025-01-03";
};
null = {
pname = "null";
version = "caf85560cfcfa62ad3a4c15433db4a8f9ddf934a";
version = "00421b9dc7a4d132ca74cfb4c7e8030d05d6fd0b";
src = fetchFromGitHub {
owner = "nvimtools";
repo = "none-ls.nvim";
rev = "caf85560cfcfa62ad3a4c15433db4a8f9ddf934a";
rev = "00421b9dc7a4d132ca74cfb4c7e8030d05d6fd0b";
fetchSubmodules = false;
sha256 = "sha256-31u2Or4othYwUDBONpFnm//3NB6i5wPuBGdLfP8MHjE=";
sha256 = "sha256-KQf8G/hy4sMGhv6cKSITinI9FP+jk58nx/+lg72gD4w=";
};
date = "2024-12-31";
date = "2025-01-03";
};
nvim-cmp = {
pname = "nvim-cmp";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "6cb4098d51479f644f967c17d4482bab1ba2640f";
version = "6935286b4ee3d938954e446d657eebee71b4d07a";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "6cb4098d51479f644f967c17d4482bab1ba2640f";
rev = "6935286b4ee3d938954e446d657eebee71b4d07a";
fetchSubmodules = false;
sha256 = "sha256-Wu+Tf9DXm5pkc0BfLh9xwKYO45OnRDowtxCp0+aazxI=";
sha256 = "sha256-Mn81rQQwXuPpeEQKoBq2jiDmAiO3jyIYGRpsfV1wbV4=";
};
date = "2025-01-02";
date = "2025-01-03";
};
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.

15 changes: 7 additions & 8 deletions flake.lock

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

0 comments on commit c7bccb4

Please sign in to comment.