oelint-adv: 7.2.6 -> 8.1.2

This commit is contained in:
R. Ryantm 2025-06-20 21:28:08 +00:00
parent 49645047e6
commit 54c0bcc96e

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "oelint-adv";
version = "7.2.6";
version = "8.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = version;
hash = "sha256-QNTC8jO6RjHNaHVNSqAoM1xAhYc35G5A7D0yfwmd6+U=";
hash = "sha256-ucQGXb2dqXQhf2m8TcUPQznfwBrtK7zc6DSajF/GQxU=";
};
postPatch = ''