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

jefferson: add update script

parent 6ec4a493
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  gitUpdater,
  python3,
}:

@@ -35,6 +36,10 @@ python3.pkgs.buildPythonApplication rec {
  # upstream has no tests
  doCheck = false;

  passthru = {
    updateScript = gitUpdater { rev-prefix = "v"; };
  };

  meta = with lib; {
    description = "JFFS2 filesystem extraction tool";
    homepage = "https://github.com/onekey-sec/jefferson";