Skip to content

Commit

Permalink
Merge pull request #222585 from fabaff/yara-bump
Browse files Browse the repository at this point in the history
yara: 4.2.3 -> 4.3.0
  • Loading branch information
fabaff authored Mar 25, 2023
2 parents d95b387 + 3568a52 commit 2f0ff93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/yara/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "yara";
version = "4.2.3";
version = "4.3.0";

src = fetchFromGitHub {
owner = "VirusTotal";
repo = pname;
rev = "v${version}";
hash = "sha256-Ol2btm1A8JdvYrjD0hPtc17A4L9wgr4l30C8VrImVoE=";
hash = "sha256-xjGlK0jUDpkDXnI0odErtF+Xcx0I/orD0v5EZw8mhvs=";
};

nativeBuildInputs = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/tools/security/yaralyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
};

pythonRelaxDeps = [
"python-dotenv"
"rich"
];

Expand Down

0 comments on commit 2f0ff93

Please sign in to comment.