summary refs log tree commit diff
path: root/pkgs/tools/security/clamav
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 06:45:57 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-16 16:42:02 +0000
commit3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69 (patch)
treebac96407a51014e2b27332a8d7e543b5ffd37f6a /pkgs/tools/security/clamav
parentc5c2924e92ea333510c39ea13f4a52d2b2e0d286 (diff)
downloadnixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar.gz
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar.bz2
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar.lz
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar.xz
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.tar.zst
nixpkgs-3f4dbf5b41a5c0092e0a2ca8102f13894dba9c69.zip
clamav: 0.100.2 -> 0.101.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clamav/versions
Diffstat (limited to 'pkgs/tools/security/clamav')
-rw-r--r--pkgs/tools/security/clamav/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/clamav/default.nix b/pkgs/tools/security/clamav/default.nix
index 5ab46a1d5e1..650ad6ff78d 100644
--- a/pkgs/tools/security/clamav/default.nix
+++ b/pkgs/tools/security/clamav/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   name = "clamav-${version}";
-  version = "0.100.2";
+  version = "0.101.0";
 
   src = fetchurl {
     url = "https://www.clamav.net/downloads/production/${name}.tar.gz";
-    sha256 = "1mkd41sxbjkfjinpx5b9kb85q529gj2s3d0klysssqhysh64ybja";
+    sha256 = "1ljs799xkd9ljj833rkwp961iaysqx4hrlyjrbkbvq64dgc5lapi";
   };
 
   # don't install sample config files into the absolute sysconfdir folder