Add missing revs and versions

This commit is contained in:
Oliver Davies 2025-04-23 16:21:33 +01:00
parent 1a2e30b9d5
commit 272d786b46
3 changed files with 7 additions and 1 deletions

View file

@ -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=";
};
}