stalwart-mail-spam-filter: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2025-10-08 08:48:21 +00:00
parent 59f9c6722b
commit e0b3818016
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spam-filter";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "stalwartlabs";
repo = "spam-filter";
tag = "v${finalAttrs.version}";
hash = "sha256-NhD/qUiGhgESwR2IOzAHfDATRlgWMcCktlktvVfDONk=";
hash = "sha256-unSRgmXE5T1QfE41E29BjJKpEAnMtYiAefcL2p7Cjak=";
};
buildPhase = ''