imapfilter: 2.8.4 -> 2.8.5 (#500345)

This commit is contained in:
Doron Behar
2026-03-16 15:02:53 +00:00
committed by GitHub
2 changed files with 2 additions and 6 deletions
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "imapfilter";
version = "2.8.4";
version = "2.8.5";
src = fetchFromGitHub {
owner = "lefcha";
repo = "imapfilter";
rev = "v${finalAttrs.version}";
sha256 = "sha256-ZuyRnN4khdE+z54Ag0b/coiGdUzn/9yT49GpDI4kr8Q=";
sha256 = "sha256-EiYVkEyOrgX2WwWzFyQcuVheYZs1s3CGl01fMwtXBog=";
};
makeFlags = [
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"
-4
View File
@@ -10192,10 +10192,6 @@ with pkgs;
taxi-cli = with python3Packages; toPythonApplication taxi;
imapfilter = callPackage ../applications/networking/mailreaders/imapfilter.nix {
lua = lua5;
};
mupdf-headless = mupdf.override {
enableX11 = false;
enableGL = false;