mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
vimPlugins.bitbake: 6.0.1 -> 6.0.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user