oelint-adv: 8.1.4 -> 8.2.0

This commit is contained in:
R. Ryantm
2025-07-27 03:09:16 +00:00
parent b569c6cb48
commit 1692fdd948
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "oelint-adv";
version = "8.1.4";
version = "8.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = version;
hash = "sha256-Ld8PwAWKH1BQTvmIev5e6ZI1xOaaopunKJkTgAFUipI=";
hash = "sha256-K1MUf9QDDBuIuVovyXYkHPK4eoth4wdFnzjuFpZFBLc=";
};
postPatch = ''