rocks-nvim: stick to semantic release

dont autoupdate source, stick to the lua version
This commit is contained in:
Matthieu C.
2024-06-24 17:59:34 +02:00
committed by Matthieu Coudron
parent 11f187974f
commit dc0446608c
3 changed files with 3 additions and 13 deletions
@@ -9676,18 +9676,6 @@ final: prev:
meta.homepage = "https://github.com/mfukar/robotframework-vim/";
};
rocks-nvim = buildNeovimPlugin {
pname = "rocks.nvim";
version = "2024-06-19";
src = fetchFromGitHub {
owner = "nvim-neorocks";
repo = "rocks.nvim";
rev = "6737e01a76eaaae06d11b45c8b5b774fa97c283b";
sha256 = "0vl6rm3rv1730iw3bwzrwjsgr1hw5h4ksdgpir5spd3vqj7i97lz";
};
meta.homepage = "https://github.com/nvim-neorocks/rocks.nvim/";
};
ron-vim = buildVimPlugin {
pname = "ron.vim";
version = "2022-08-19";
@@ -7,6 +7,7 @@
, fetchFromSourcehut
, fetchpatch
, fetchurl
, neovimUtils
, substituteAll
, # Language dependencies
fetchYarnDeps
@@ -1286,6 +1287,8 @@
];
};
rocks-nvim = neovimUtils.buildNeovimPlugin { luaAttr = "rocks-nvim"; };
roslyn-nvim = super.roslyn-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig ];
};
@@ -814,7 +814,6 @@ https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim
https://github.com/gu-fan/riv.vim/,,
https://github.com/kevinhwang91/rnvimr/,,
https://github.com/mfukar/robotframework-vim/,,
https://github.com/nvim-neorocks/rocks.nvim/,,
https://github.com/ron-rs/ron.vim/,,
https://github.com/jmederosalvarado/roslyn.nvim/,HEAD,
https://github.com/keith/rspec.vim/,,