clamav: 1.3.1 -> 1.4.0

This commit is contained in:
Martin Eek Gerhardsen 2024-08-19 14:46:44 +02:00
parent 9aa35efbea
commit ae5bd14abe

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 = [