about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-07-01 09:02:08 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-07-01 09:02:08 +0200
commit968767675404db4144dd83c7760c39ef2d99ead9 (patch)
tree9c0d3ff685516df9c977eb9e7aca103ac78db270 /pkgs/tools
parent4b1d8b4b8329e0fb9cf2f33d4b4ae8881afffbba (diff)
yara: 4.2.1 -> 4.2.2
Diffstat (limited to 'pkgs/tools')
-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 e12fab02f1e4d..59647c250e4d4 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.1";
+  version = "4.2.2";
 
   src = fetchFromGitHub {
     owner = "VirusTotal";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-/6EMnNVNSgeYHrbPF3QDS5oc0eLaggKNuZi2pXx/CqY=";
+    hash = "sha256-HWLyDhFQHHmXUaAKp7EZ3ZsXlbwCEoJj4Q0qAtxwN1Y=";
   };
 
   nativeBuildInputs = [