imapfilter: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm
2025-04-29 12:35:42 +00:00
parent 0344f99dd4
commit 5082bab859
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imapfilter";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "lefcha";
repo = "imapfilter";
rev = "v${finalAttrs.version}";
sha256 = "sha256-pYnv9slw4bRPfCnhd/tlJC9JEx+3h40nyZ3qUll7p6c=";
sha256 = "sha256-9uPcdxZioXfdSuZO/fgtoIbQdWtc2DRr28iTonnG05U=";
};
makeFlags = [
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"