Unverified Commit 540a6277 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.bitbake-vim: 2.8.8 -> 2.10.4 (#397241)

parents 4b92da53 439103b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
vimUtils.buildVimPlugin rec {
  pname = "bitbake-vim";
  version = "2.8.8";
  version = "2.10.4";

  src = fetchFromGitHub {
    owner = "openembedded";
    repo = "bitbake";
    tag = version;
    hash = "sha256-ShNMTsDL2N2BxwsHetn9rSQdWUBtF/N1EVAbYHXgBSY=";
    hash = "sha256-gdxPnRhd4Hj1PWgCU5A/+639ndJXlkdArOBZt6eiZWA=";
  };

  sourceRoot = "source/contrib/vim";