summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-18 14:06:21 +0000
committerGitHub <noreply@github.com>2019-01-18 14:06:21 +0000
commit16ea2f3d96915111d4dd782748303fe831b0880c (patch)
tree85d5b6c3895a4bda3ec7bc8a09a9ac0e700a98e9 /pkgs
parent4fe0bd0f299c9e95fc542bdacbf0bf2f447921dd (diff)
parent4ae30e299bf643dc412e318ca7b624cd0fb89d40 (diff)
downloadnixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar.gz
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar.bz2
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar.lz
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar.xz
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.tar.zst
nixpkgs-16ea2f3d96915111d4dd782748303fe831b0880c.zip
Merge pull request #54236 from r-ryantm/auto-update/clamav
clamav: 0.101.0 -> 0.101.1
Diffstat (limited to 'pkgs')
-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 650ad6ff78d..8e641ba4a0e 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.101.0";
+  version = "0.101.1";
 
   src = fetchurl {
     url = "https://www.clamav.net/downloads/production/${name}.tar.gz";
-    sha256 = "1ljs799xkd9ljj833rkwp961iaysqx4hrlyjrbkbvq64dgc5lapi";
+    sha256 = "01mq3z04fjbq5iq8wfwfim72iv3dn04d3ishc5lkhxpmnalqydps";
   };
 
   # don't install sample config files into the absolute sysconfdir folder