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

clamav: 1.2.1 -> 1.3.0
This commit is contained in:
Robert Scott 2024-02-11 13:20:44 +00:00 committed by GitHub
commit 0dc186716d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "1.2.1";
version = "1.3.0";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-mhT+hwy7j1959mi3idyg8lzGviKr4y9PfTZ35O45NbA=";
hash = "sha256-CoamSWMg2RV2A3szEBEZr2/Y1bkQYM0xajqcIp6WBKo=";
};
patches = [