oelint-adv: 8.1.2 -> 8.1.4

This commit is contained in:
R. Ryantm
2025-07-18 22:17:04 +00:00
parent 78790dabd9
commit 14b5131da7
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "oelint-adv";
version = "8.1.2";
version = "8.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = version;
hash = "sha256-ucQGXb2dqXQhf2m8TcUPQznfwBrtK7zc6DSajF/GQxU=";
hash = "sha256-Ld8PwAWKH1BQTvmIev5e6ZI1xOaaopunKJkTgAFUipI=";
};
postPatch = ''