Merge pull request #252309 from Steinhagen/update-clamav

clamav: 1.1.0 -> 1.2.0
This commit is contained in:
Fabián Heredia Montiel 2023-09-12 16:30:09 -05:00 committed by GitHub
commit 3edd86755d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "1.1.0";
version = "1.2.0";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-owAg2ZzUZ/peoO+9b08YLv6/Yqn8YvxKOnssw/Vea3Q=";
hash = "sha256-l6GS3/4UFIC1bKvxBj15qfxVzVkgMkH6Qb/HqYpUgCA=";
};
patches = [