3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186047 from r-ryantm/auto-update/imapfilter

imapfilter: 2.7.5 -> 2.7.6
This commit is contained in:
Doron Behar 2022-08-11 09:50:13 +03:00 committed by GitHub
commit 091a5475ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imapfilter";
version = "2.7.5";
version = "2.7.6";
src = fetchFromGitHub {
owner = "lefcha";
repo = "imapfilter";
rev = "v${version}";
sha256 = "nbVwbPkNbJz4GHhvOp+QVgiBqKA/HR34p4x3NXJB7ig=";
sha256 = "sha256-7B3ebY2QAk+64NycptoMmAo7GxUFOo3a7CH7txV/KTY=";
};
makeFlags = [
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"