Loading pkgs/by-name/ya/yaralyzer/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3, fetchFromGitHub, gitUpdater, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -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"; Loading Loading
pkgs/by-name/ya/yaralyzer/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3, fetchFromGitHub, gitUpdater, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -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"; Loading