mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
vimPlugins.himalaya-vim: fix url (#341374)
This commit is contained in:
commit
9a314bad41
@ -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 {
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user