Merge pull request #307713 from r-ryantm/auto-update/clamav

clamav: 1.3.0 -> 1.3.1
This commit is contained in:
Weijia Wang
2024-05-05 21:44:34 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -2
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 = [
+2 -1
View File
@@ -7043,7 +7043,8 @@ with pkgs;
ckb-next = libsForQt5.callPackage ../tools/misc/ckb-next { };
clamav = darwin.apple_sdk_11_0.callPackage ../tools/security/clamav {
clamav = callPackage ../tools/security/clamav {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
inherit (darwin.apple_sdk_11_0.frameworks) Foundation;
};