Skip to content

Commit ce38a3c

Browse files
author
Actions Bot
committed
[automation] Update flake
1 parent 1402b58 commit ce38a3c

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

flake.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home/programs/nvim/plugins.nix

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ in
3535
};
3636
nvim-treesitter = buildVimPlugin {
3737
pname = "nvim-treesitter";
38-
version = "2025-03-15";
38+
version = "2025-03-17";
3939
src = fetchFromGitHub {
4040
owner = "nvim-treesitter";
4141
repo = "nvim-treesitter";
42-
rev = "99ea6c5d4389a3278769eb6abb7b3ebefb7d9f2a";
43-
sha256 = "1vdnxkzqrxf5y6byn88nj5azsrkjxjvlnraq9n33xzwds445cpyh";
42+
rev = "d76a8b6e1b67fd3bcffec4a5d45fd9dee4dbbee8";
43+
sha256 = "19yi4szgxx3sy5nnzmwzzcrx0fwygjz1ahs39b59lj8si54ijlgx";
4444
fetchSubmodules = false;
4545

4646
};
@@ -49,12 +49,12 @@ in
4949
};
5050
nvim-lspconfig = buildVimPlugin {
5151
pname = "nvim-lspconfig";
52-
version = "2025-03-11";
52+
version = "2025-03-16";
5353
src = fetchFromGitHub {
5454
owner = "neovim";
5555
repo = "nvim-lspconfig";
56-
rev = "8a1529e46eef5efc86c34c8d9bdd313abc2ecba0";
57-
sha256 = "0l9mns71hh0jssxblr1q286z8hmxwbgyq1nw6scki9ffn23jwnz0";
56+
rev = "2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3";
57+
sha256 = "1yii4an6fxi34clmq2984gb9rckp8n23p1xfdi7ql4la15mlg6ha";
5858
fetchSubmodules = false;
5959

6060
};
@@ -77,12 +77,12 @@ in
7777
};
7878
nvim-treesitter-context = buildVimPlugin {
7979
pname = "nvim-treesitter-context";
80-
version = "2025-03-15";
80+
version = "2025-03-17";
8181
src = fetchFromGitHub {
8282
owner = "nvim-treesitter";
8383
repo = "nvim-treesitter-context";
84-
rev = "129fcc94fa986692926366e940a46f00d2a4abbe";
85-
sha256 = "0hv8f3in3qan9f8n99h7h7lxrgmx18l963ym9b98kk5ynv2b49wg";
84+
rev = "83ded3bbff8bc13abc9704bf1c5e426f3ba343c4";
85+
sha256 = "1hdl7pzsr190kfpigd6abpdmnrymcj6pdhgis2hzj3z2wlh8g6df";
8686
fetchSubmodules = false;
8787

8888
};

0 commit comments

Comments
 (0)