Commit 14e5736f authored by Martin Joerg's avatar Martin Joerg
Browse files

yaralyzer: add updateScript

parent 3f5d1897
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";