[26.05] clamav: 1.4.3 -> 1.4.4 (#532630)

This commit is contained in:
Thomas Gerbet 2026-06-18 18:21:24 +00:00 committed by GitHub
commit 3fb956a6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,11 +26,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clamav";
version = "1.4.3";
version = "1.4.4";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/clamav-${finalAttrs.version}.tar.gz";
hash = "sha256-2HTKvz1HZbNbUY71NWWKHm7HSAIAah1hP58SSqE0MhA=";
hash = "sha256-HzwkAa97OIoT/+1+b3K15w8b7XyCw0whg3nQ7kVZVhY=";
};
patches = [