Unverified Commit f468dc16 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.bitbake-vim: remove updateScript (#402312)

parents 83865693 bfe3401e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
{
  vimUtils,
  fetchFromGitHub,
  nix-update-script,
}:
vimUtils.buildVimPlugin rec {
  pname = "bitbake-vim";
@@ -19,11 +18,4 @@ vimUtils.buildVimPlugin rec {
  sourceRoot = "source/contrib/vim";

  meta.homepage = "https://github.com/openembedded/bitbake/";

  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--version-regex"
      "^(\\d+\\.\\d+\\.\\d+)$"
    ];
  };
}