clamav: 1.4.0 -> 1.4.1

Fixes CVE-2024-20506 and CVE-2024-20505.

Changes:
https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html
This commit is contained in:
Thomas Gerbet
2024-09-12 22:01:13 +02:00
parent c7b929cfd4
commit 207b086071
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "1.4.0";
version = "1.4.1";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-1nqymeXKBdrT2imaXqc9YCCTcqW+zX8TuaM8KQM4pOY=";
hash = "sha256-oxjngKw5prPWxGlxOC+W7d6Xzki442HrgOY0Fe1Batg=";
};
patches = [