vimPlugins.himalaya-vim: fix url (#341374)

This commit is contained in:
Gaétan Lepage 2024-09-12 15:23:11 +02:00 committed by GitHub
commit 9a314bad41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -4861,13 +4861,14 @@ final: prev:
himalaya-vim = buildVimPlugin {
pname = "himalaya-vim";
version = "2024-05-27";
src = fetchgit {
url = "https://git.sr.ht/~soywod/himalaya-vim";
rev = "cea041c927a04a841aea53abcedd4a0d153d4ca8";
sha256 = "0yrilhvqklfbfknkdskywf95mfhbr9rfjs2gmppnzgfs7fg6jn63";
version = "2024-09-10";
src = fetchFromGitHub {
owner = "pimalaya";
repo = "himalaya-vim";
rev = "f25c003e8fe532348b4080bf8d738cfa1bbf1f5f";
sha256 = "0dv6mxwq6yv6if1lfb45j49rl6bghyr1hn1xfbz9g9cbb7fna2x1";
};
meta.homepage = "https://git.sr.ht/~soywod/himalaya-vim";
meta.homepage = "https://github.com/pimalaya/himalaya-vim/";
};
hlint-refactor-vim = buildVimPlugin {

View File

@ -405,7 +405,7 @@ https://github.com/OXY2DEV/helpview.nvim/,HEAD,
https://github.com/RaafatTurki/hex.nvim/,HEAD,
https://github.com/Yggdroot/hiPairs/,,
https://github.com/tzachar/highlight-undo.nvim/,HEAD,
https://git.sr.ht/~soywod/himalaya-vim,,
https://github.com/pimalaya/himalaya-vim/,,
https://github.com/mpickering/hlint-refactor-vim/,,
https://github.com/calops/hmts.nvim/,,
https://github.com/edluffy/hologram.nvim/,,