vimPlugins: update

This commit is contained in:
fortuneteller2k 2021-05-11 09:22:26 +08:00 committed by Jonathan Ringer
parent 74399aadaf
commit 63872607cd
1 changed files with 11 additions and 11 deletions

View File

@ -389,12 +389,12 @@ let
chadtree = buildVimPluginFrom2Nix { chadtree = buildVimPluginFrom2Nix {
pname = "chadtree"; pname = "chadtree";
version = "2021-05-10"; version = "2021-05-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ms-jpq"; owner = "ms-jpq";
repo = "chadtree"; repo = "chadtree";
rev = "d6ddb11b13a28f858344cdfafbe4d76fe032803a"; rev = "2ccce5fa035176b51fa628ba6c672dedf78813e8";
sha256 = "0wr6m0i0lj5dpp0rbqyx534jnwpmrrywjq55xai5z799dh4in42k"; sha256 = "0nrxxwf4wy6g5222qf4bjbyai8gym1k0b4wdyjpldfk5pdxd81zg";
}; };
meta.homepage = "https://github.com/ms-jpq/chadtree/"; meta.homepage = "https://github.com/ms-jpq/chadtree/";
}; };
@ -702,12 +702,12 @@ let
context_filetype-vim = buildVimPluginFrom2Nix { context_filetype-vim = buildVimPluginFrom2Nix {
pname = "context_filetype-vim"; pname = "context_filetype-vim";
version = "2021-03-04"; version = "2021-05-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Shougo"; owner = "Shougo";
repo = "context_filetype.vim"; repo = "context_filetype.vim";
rev = "f5e4ed8f7847cd5474017459c2a0f2dfd2bf971c"; rev = "39a552866c83946127f244912b6d408525f03364";
sha256 = "039mnsd6k0sgs8l1a8ngl3y817c8g657nv8v9bdw9h8l5a934cb2"; sha256 = "0m2w4f3bn8miplxb9q76fcipdkc9lbfyp47193q57s555b1g0x0k";
}; };
meta.homepage = "https://github.com/Shougo/context_filetype.vim/"; meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
}; };
@ -1503,8 +1503,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafamadriz"; owner = "rafamadriz";
repo = "friendly-snippets"; repo = "friendly-snippets";
rev = "83de9287ad388f55b7d74f66b8ea5b89bb6abf24"; rev = "9178101a99226fb4a973fd88ba6e84972c7b0a94";
sha256 = "13jp8bg85yyxyl390ymrp6qasg4p6a57x08m2l9ld8wiq33ps6yp"; sha256 = "1dy9b5ipzs412sz31mqqrr6rfjs24569pw17z9b3z40dipmzg1x8";
}; };
meta.homepage = "https://github.com/rafamadriz/friendly-snippets/"; meta.homepage = "https://github.com/rafamadriz/friendly-snippets/";
}; };
@ -7087,12 +7087,12 @@ let
vim-matchup = buildVimPluginFrom2Nix { vim-matchup = buildVimPluginFrom2Nix {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2021-05-09"; version = "2021-05-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
rev = "2032562ba91b9904fdbaac8a586d93fc69d5aec6"; rev = "ea2612d87a38ef2261f66063571eef06689bbb8e";
sha256 = "1d38dx5s89113iglbji3q4va3hnjqa6cx141faldp283v39y2qv2"; sha256 = "0a7dxvl8p3n8kfm1abm1k2r9l6s230585521scgh8y1sh88zkpay";
}; };
meta.homepage = "https://github.com/andymass/vim-matchup/"; meta.homepage = "https://github.com/andymass/vim-matchup/";
}; };