Unverified Commit 9a314bad authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents f0f5ec48 55de2fbf
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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/,,