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

clamav: 1.0.1 -> 1.1.0
This commit is contained in:
Weijia Wang 2023-05-30 12:50:28 +03:00 committed by GitHub
commit 3e45b9d5f0
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.0.1";
version = "1.1.0";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-CHLcG4L/TNfo5DI/r17kGh9mroCGXQVCkIW5RjVdhu4=";
hash = "sha256-owAg2ZzUZ/peoO+9b08YLv6/Yqn8YvxKOnssw/Vea3Q=";
};
patches = [