Merge pull request #155019 from rapenne-s/update_clamav_stable

clamav: 0.103.3 -> 0.103.5

authored by Renaud and committed by GitHub fd7e8516 b17f8687

+2 -2
+2 -2
pkgs/tools/security/clamav/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "clamav"; 8 - version = "0.103.3"; 8 + version = "0.103.5"; 9 9 10 10 src = fetchurl { 11 11 url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz"; 12 - sha256 = "sha256-n249GESfPRo5kncdaWaFJJ36EnNv4rKSmFjyx9gnauk="; 12 + sha256 = "sha256-HnSx4dKoqQVkScMT9Ippg7nVug1vte8LK+atPIQaVCY="; 13 13 }; 14 14 15 15 # don't install sample config files into the absolute sysconfdir folder