Merge pull request #155019 from rapenne-s/update_clamav_stable

clamav: 0.103.3 -> 0.103.5
This commit is contained in:
Renaud 2022-01-14 22:27:42 +01:00 committed by GitHub
commit fd7e851613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "0.103.3";
version = "0.103.5";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
sha256 = "sha256-n249GESfPRo5kncdaWaFJJ36EnNv4rKSmFjyx9gnauk=";
sha256 = "sha256-HnSx4dKoqQVkScMT9Ippg7nVug1vte8LK+atPIQaVCY=";
};
# don't install sample config files into the absolute sysconfdir folder