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

vimPlugins.vim-clap: 0.45 -> 0.46
This commit is contained in:
figsoda
2023-10-31 14:49:36 -04:00
committed by GitHub
2 changed files with 469 additions and 262 deletions
File diff suppressed because it is too large Load Diff
@@ -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; {
@@ -47,8 +47,7 @@ let
libgit2
zlib
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.CoreServices
];
};
in