figsoda 2023-07-18 19:14:46 -04:00
parent 1331644a5e
commit 3ab5b25b21
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; {