{ vimUtils, fetchFromGitHub, lib, unstableGitUpdater }: vimUtils.buildVimPlugin { name = "vim-cooklang"; src = fetchFromGitHub { owner = "luizribeiro"; repo = "vim-cooklang"; rev = "ba334ed"; hash = "sha256-vWlk7G1V4DLC0G0f3GLEG3JsvAwJ637CPocmMmFxQek="; }; passthru.updateScript = unstableGitUpdater {}; meta = with lib; { homepage = "https://github.com/luizribeiro/vim-cooklang"; description = "A cooklang syntax highlighting plugin for vim"; license = licenses.mit; maintainers = [{ name = "Chris Wells"; github = "the-mathematicaster"; email = "chris@mathematicaster.org"; githubId = 99217745; }]; }; }