Add missing revs and versions
This commit is contained in:
parent
1a2e30b9d5
commit
272d786b46
3 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,8 @@ with pkgs;
|
||||||
|
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
name = "vim-caser";
|
name = "vim-caser";
|
||||||
|
version = "2021-07-27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arthurxavierx";
|
owner = "arthurxavierx";
|
||||||
repo = "vim-caser";
|
repo = "vim-caser";
|
||||||
|
|
|
@ -4,10 +4,12 @@ with pkgs;
|
||||||
|
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
name = "vim-textobj-indent";
|
name = "vim-textobj-indent";
|
||||||
|
version = "0.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kana";
|
owner = "kana";
|
||||||
repo = "vim-textobj-indent";
|
repo = "vim-textobj-indent";
|
||||||
rev = "deb76867c302f933c8f21753806cbf2d8461b548";
|
rev = "v${version}";
|
||||||
sha256 = "oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q=";
|
sha256 = "oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,8 @@ with pkgs;
|
||||||
|
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
name = "vim-textobj-xmlattr";
|
name = "vim-textobj-xmlattr";
|
||||||
|
version = "unstable-2016-06-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whatyouhide";
|
owner = "whatyouhide";
|
||||||
repo = "vim-textobj-xmlattr";
|
repo = "vim-textobj-xmlattr";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue