yaralyzer: add updateScript

This commit is contained in:
Martin Joerg
2025-09-16 07:46:09 +00:00
parent 3f5d189720
commit 14e5736fa9
+5
View File
@@ -2,6 +2,7 @@
lib,
python3,
fetchFromGitHub,
gitUpdater,
}:
python3.pkgs.buildPythonApplication rec {
@@ -32,6 +33,10 @@ python3.pkgs.buildPythonApplication rec {
"yaralyzer"
];
passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
};
meta = {
description = "Tool to visually inspect and force decode YARA and regex matches";
homepage = "https://github.com/michelcrypt4d4mus/yaralyzer";