diff --git a/pkgs/vim-plugins/vim-caser.nix b/pkgs/vim-plugins/vim-caser.nix index 7a47fe11..015da1e2 100644 --- a/pkgs/vim-plugins/vim-caser.nix +++ b/pkgs/vim-plugins/vim-caser.nix @@ -4,6 +4,8 @@ with pkgs; vimUtils.buildVimPlugin { name = "vim-caser"; + version = "2021-07-27"; + src = fetchFromGitHub { owner = "arthurxavierx"; repo = "vim-caser"; diff --git a/pkgs/vim-plugins/vim-textobj-indent.nix b/pkgs/vim-plugins/vim-textobj-indent.nix index 733c562d..a728d82f 100644 --- a/pkgs/vim-plugins/vim-textobj-indent.nix +++ b/pkgs/vim-plugins/vim-textobj-indent.nix @@ -4,10 +4,12 @@ with pkgs; vimUtils.buildVimPlugin { name = "vim-textobj-indent"; + version = "0.0.6"; + src = fetchFromGitHub { owner = "kana"; repo = "vim-textobj-indent"; - rev = "deb76867c302f933c8f21753806cbf2d8461b548"; + rev = "v${version}"; sha256 = "oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q="; }; } diff --git a/pkgs/vim-plugins/vim-textobj-xmlattr.nix b/pkgs/vim-plugins/vim-textobj-xmlattr.nix index dddde8ce..21695da7 100644 --- a/pkgs/vim-plugins/vim-textobj-xmlattr.nix +++ b/pkgs/vim-plugins/vim-textobj-xmlattr.nix @@ -4,6 +4,8 @@ with pkgs; vimUtils.buildVimPlugin { name = "vim-textobj-xmlattr"; + version = "unstable-2016-06-03"; + src = fetchFromGitHub { owner = "whatyouhide"; repo = "vim-textobj-xmlattr";