ubi_reader: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:49 +01:00
parent 3db930841b
commit 1320453bc5
-1
View File
@@ -9,7 +9,6 @@ python3.pkgs.buildPythonApplication rec {
pname = "ubi_reader";
version = "0.8.10";
pyproject = true;
disabled = python3.pkgs.pythonOlder "3.9";
src = fetchFromGitHub {
owner = "onekey-sec";