clamav: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-04-29 09:43:32 +00:00 committed by Weijia Wang
parent 9f5a6d72fa
commit 95524a593f

View File

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