Merge pull request #309140 from r-ryantm/auto-update/vimPlugins.vim-clap

vimPlugins.vim-clap: 0.52 -> 0.53
This commit is contained in:
Weijia Wang 2024-05-12 21:02:10 +02:00 committed by GitHub
commit 87fb399461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 879 additions and 460 deletions

File diff suppressed because it is too large Load Diff

@ -11,13 +11,13 @@
}:
let
version = "0.52";
version = "0.53";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-clap";
rev = "v${version}";
hash = "sha256-byG4DHa0rTzvlLW+d3eF8xCX8uft4b7HYJDqbVmTdNI=";
hash = "sha256-0D9HMFh0G9Dq78v/Aau7VXN9jBad6ZevqTCjx7FT9Yw=";
};
meta = with lib; {