Commit d7441a13 authored by László Vaskó's avatar László Vaskó
Browse files

ubi_reader: add update script

parent ab6a20dd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  fetchFromGitHub,
  gitUpdater,
  lib,
  python3,
}:
@@ -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";