Merge pull request #48541 from r-ryantm/auto-update/clamav

clamav: 0.100.1 -> 0.100.2
This commit is contained in:
Joachim F 2018-10-23 14:39:40 +00:00 committed by GitHub
commit b326148231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "clamav-${version}"; name = "clamav-${version}";
version = "0.100.1"; version = "0.100.2";
src = fetchurl { src = fetchurl {
url = "https://www.clamav.net/downloads/production/${name}.tar.gz"; url = "https://www.clamav.net/downloads/production/${name}.tar.gz";
sha256 = "17x5b2gh84b167h6ip9hw05w809p009yx13i4gkps92ja5jjdq44"; sha256 = "1mkd41sxbjkfjinpx5b9kb85q529gj2s3d0klysssqhysh64ybja";
}; };
# don't install sample config files into the absolute sysconfdir folder # don't install sample config files into the absolute sysconfdir folder