Loading pkgs/by-name/ub/ubi_reader/package.nix +8 −0 Original line number Diff line number Diff line { fetchFromGitHub, gitUpdater, lib, python3, }: Loading @@ -23,6 +24,13 @@ python3.pkgs.buildPythonApplication rec { # There are no tests in the source doCheck = false; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "_[a-z]+$"; }; }; meta = { description = "Python scripts capable of extracting and analyzing the contents of UBI and UBIFS images"; homepage = "https://github.com/onekey-sec/ubi_reader"; Loading Loading
pkgs/by-name/ub/ubi_reader/package.nix +8 −0 Original line number Diff line number Diff line { fetchFromGitHub, gitUpdater, lib, python3, }: Loading @@ -23,6 +24,13 @@ python3.pkgs.buildPythonApplication rec { # There are no tests in the source doCheck = false; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = "_[a-z]+$"; }; }; meta = { description = "Python scripts capable of extracting and analyzing the contents of UBI and UBIFS images"; homepage = "https://github.com/onekey-sec/ubi_reader"; Loading