about summary refs log tree commit diff
path: root/pkgs/tools/security/yara
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-22 18:52:15 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-24 11:08:15 +0100
commit29389b421e4ea8ef4539144914af62b0f71e5f32 (patch)
tree89763a20b40e183db98e941537156876b49d93c8 /pkgs/tools/security/yara
parentbe6d6cd37d29f44d233f04c5e0977dda8540d2f9 (diff)
yara: 4.2.3 -> 4.3.0
Diffstat (limited to 'pkgs/tools/security/yara')
-rw-r--r--pkgs/tools/security/yara/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/yara/default.nix b/pkgs/tools/security/yara/default.nix
index 07f36f4892ce0..0fef86c05e79b 100644
--- a/pkgs/tools/security/yara/default.nix
+++ b/pkgs/tools/security/yara/default.nix
@@ -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 = [