1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 9m22s
Build / build-amd64-linux (push) Successful in 30m25s

This commit is contained in:
Daniel Kempkens 2023-11-12 22:42:38 +01:00
parent 655ab21559
commit 617e242dd8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -139,12 +139,12 @@ in
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2023-11-11"; version = "2023-11-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "a5e8fb4960f905a52031b28113cf43088cfeae22"; rev = "9492c13ca9ef0b96bc9fac2b2724f5b20096df51";
sha256 = "0d3yfy7a7jc0g4y3x6fff2skbkhp3hjjk0p4q2a66s6rm626pg6z"; sha256 = "0jjg7g3r6a7g8rbijah038r4gx2a72szx5p2w65lnhmi26b3ps3v";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -208,12 +208,12 @@ in
}; };
telescope-undo-nvim = buildVimPlugin { telescope-undo-nvim = buildVimPlugin {
pname = "telescope-undo.nvim"; pname = "telescope-undo.nvim";
version = "2023-11-10"; version = "2023-11-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "debugloop"; owner = "debugloop";
repo = "telescope-undo.nvim"; repo = "telescope-undo.nvim";
rev = "a3dcb6e32a3a59a5570a7cda33171eeef9753345"; rev = "13c33c173e53f14df7eec5155c52a3d2ab022d8d";
sha256 = "1vx3zfb2mc56ggk1j2kh9xzpnid963wvg2ibhq1c7vzf0d3wigc0"; sha256 = "0bc3c447491pbp6l20gn4kwd9n7wm4ayac0imsvswpmnvlrh0ibn";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };