jefferson: add update script

This commit is contained in:
László Vaskó
2025-02-11 16:45:10 +01:00
parent 6ec4a493fd
commit ca81338f51
+5
View File
@@ -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";