oelint-adv: 8.2.1 -> 8.2.2 (#445814)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-24 16:01:28 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "oelint-adv"; pname = "oelint-adv";
version = "8.2.1"; version = "8.2.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "priv-kweihmann"; owner = "priv-kweihmann";
repo = "oelint-adv"; repo = "oelint-adv";
tag = version; tag = version;
hash = "sha256-JMQqh3bNyG1m001D9v8Gt870bioqduDfpaQFwE5INRQ="; hash = "sha256-W8W+hNgRVxBVkEDyKtFVx2mCyvbMA4CPjR1NrehClJs=";
}; };
postPatch = '' postPatch = ''