jefferson: add update script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user