Update deps
This commit is contained in:
parent
3a27852758
commit
d680e87738
1 changed files with 5 additions and 5 deletions
|
@ -111,8 +111,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "a034c7aa25a2dca0ab2c0b82d8e325f248d52e74";
|
rev = "1b5a7334bb9862abafcf6676d2a2a6973d15ae3a";
|
||||||
sha256 = "1axj2xdrwcb4d9b0jwcwfk09kwaczsyzwshnxvv9nxq1gs241g3d";
|
sha256 = "0rf603j2i7a1y1xli2yvv2ddl82qnr2sraii5mc442k1lmwbbk8d";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -561,12 +561,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-notify = buildVimPluginFrom2Nix {
|
nvim-notify = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-notify";
|
pname = "nvim-notify";
|
||||||
version = "2023-05-13";
|
version = "2023-06-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rcarriga";
|
owner = "rcarriga";
|
||||||
repo = "nvim-notify";
|
repo = "nvim-notify";
|
||||||
rev = "f3024b912073774111202f5fa6518b0cd2a74432";
|
rev = "ea9c8ce7a37f2238f934e087c255758659948e0f";
|
||||||
sha256 = "05hwq6yvjblngvh9r5rkdxx320a9iqb79gjqzdzxsnlb2pzp5jsq";
|
sha256 = "0lh49bln2s840x08f5a967569k597cnnrl5vclys7lrbw77avga6";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue