oelint-adv: 6.6.6 -> 6.6.9

This commit is contained in:
R. Ryantm
2025-01-13 09:49:15 -05:00
committed by Nick Cao
parent 93dbaf6d1a
commit cb821851f7
+3 -3
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "oelint-adv";
version = "6.6.6";
version = "6.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = version;
hash = "sha256-vScQzj461Pw4m83581FPSgfQIkfeehCSyFioxEgpSDE=";
hash = "sha256-2QV8fYfqi+UvPL1WiGtVZWwjHEs4r8siy3TLwy9uHH0=";
};
build-system = with python3Packages; [
@@ -62,7 +62,7 @@ python3Packages.buildPythonApplication rec {
description = "Advanced bitbake-recipe linter";
mainProgram = "oelint-adv";
homepage = "https://github.com/priv-kweihmann/oelint-adv";
changelog = "https://github.com/priv-kweihmann/oelint-adv/releases/tag/v${version}";
changelog = "https://github.com/priv-kweihmann/oelint-adv/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ otavio ];
};