vimPlugins.vim-clap: 0.45 -> 0.46

This commit is contained in:
R. Ryantm 2023-10-23 05:19:52 +00:00
parent 840bfc404d
commit 9aaa5a411e
2 changed files with 468 additions and 260 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
}:
let
version = "0.45";
version = "0.46";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-clap";
rev = "v${version}";
hash = "sha256-espFos1Mrxdq2p+qi0ooTWAV8EgV/lTx9KuP3GkMWos=";
hash = "sha256-KWBuoZ2GxjwIu7L1PPq/7u3iuYFp5QrlsleL2RQTdUE=";
};
meta = with lib; {