Skip to content

Commit 540a627

Browse files
authored
vimPlugins.bitbake-vim: 2.8.8 -> 2.10.4 (NixOS#397241)
2 parents 4b92da5 + 439103b commit 540a627

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/editors/vim/plugins/non-generated/bitbake-vim

1 file changed

+2
-2
lines changed

pkgs/applications/editors/vim/plugins/non-generated/bitbake-vim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
vimUtils.buildVimPlugin rec {
77
pname = "bitbake-vim";
8-
version = "2.8.8";
8+
version = "2.10.4";
99

1010
src = fetchFromGitHub {
1111
owner = "openembedded";
1212
repo = "bitbake";
1313
tag = version;
14-
hash = "sha256-ShNMTsDL2N2BxwsHetn9rSQdWUBtF/N1EVAbYHXgBSY=";
14+
hash = "sha256-gdxPnRhd4Hj1PWgCU5A/+639ndJXlkdArOBZt6eiZWA=";
1515
};
1616

1717
sourceRoot = "source/contrib/vim";

0 commit comments

Comments
 (0)