vimPlugins.bitbake: 6.0.1 -> 6.0.2

This commit is contained in:
Austin Horstman
2026-07-16 10:27:30 -05:00
parent 1e213b7272
commit 2dad175f41

View File

@@ -1736,12 +1736,12 @@ final: prev: {
bitbake = buildVimPlugin {
pname = "bitbake";
version = "6.0.1";
version = "6.0.2";
src = fetchFromGitHub {
owner = "openembedded";
repo = "bitbake";
tag = "yocto-6.0.1";
hash = "sha256-ReX6cGzy6IOfMR1z90U5QWdWLkRqO524zXcp/7xBfBk=";
tag = "yocto-6.0.2";
hash = "sha256-Jho1X7udSvh413u8ueRqR8z1Q7E2qcotdkzl9azBu7g=";
};
meta.homepage = "https://github.com/openembedded/bitbake/";
meta.license = unfree;