vimPlugins.bitbake-vim: remove updateScript

-8
-8
pkgs/applications/editors/vim/plugins/non-generated/bitbake-vim/default.nix
··· 1 { 2 vimUtils, 3 fetchFromGitHub, 4 - nix-update-script, 5 }: 6 vimUtils.buildVimPlugin rec { 7 pname = "bitbake-vim"; ··· 19 sourceRoot = "source/contrib/vim"; 20 21 meta.homepage = "https://github.com/openembedded/bitbake/"; 22 - 23 - passthru.updateScript = nix-update-script { 24 - extraArgs = [ 25 - "--version-regex" 26 - "^(\\d+\\.\\d+\\.\\d+)$" 27 - ]; 28 - }; 29 }
··· 1 { 2 vimUtils, 3 fetchFromGitHub, 4 }: 5 vimUtils.buildVimPlugin rec { 6 pname = "bitbake-vim"; ··· 18 sourceRoot = "source/contrib/vim"; 19 20 meta.homepage = "https://github.com/openembedded/bitbake/"; 21 }