Merge pull request #229966 from figsoda/clap

vimPlugins.vim-clap: 0.42 -> 0.43
This commit is contained in:
Weijia Wang 2023-05-05 00:52:35 +03:00 committed by GitHub
commit 9eca4b8d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 609 additions and 301 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
}:
let
version = "0.42";
version = "0.43";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-clap";
rev = "v${version}";
hash = "sha256-Vd0T8RrpJb2aybuxIY2PaLT7bDtbkZF/N9VgbcZfPIE=";
hash = "sha256-UHsDSah8Fn67w11s/lwL76qbGPqXhz6tYlBBuiqTNXs=";
};
meta = with lib; {