Merge pull request #244237 from figsoda/clap

This commit is contained in:
Sandro 2023-07-19 13:21:46 +02:00 committed by GitHub
commit aca9c8086f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 197 additions and 285 deletions

File diff suppressed because it is too large Load diff

View file

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