Merge pull request #335806 from martiege/update-clamav

clamav: 1.3.1 -> 1.4.0
This commit is contained in:
éclairevoyant 2024-08-21 11:56:47 +00:00 committed by GitHub
commit d26fd4748d
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.3.1";
version = "1.4.0";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-EqMDW/JvVfceMQalGl+o17dEVy35imOSCpz/h2p9zOQ=";
hash = "sha256-1nqymeXKBdrT2imaXqc9YCCTcqW+zX8TuaM8KQM4pOY=";
};
patches = [