imapfilter: 2.7.5 -> 2.7.6
This commit is contained in:
parent
89e89c8f6a
commit
650cb96a73
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "imapfilter";
|
pname = "imapfilter";
|
||||||
version = "2.7.5";
|
version = "2.7.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lefcha";
|
owner = "lefcha";
|
||||||
repo = "imapfilter";
|
repo = "imapfilter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "nbVwbPkNbJz4GHhvOp+QVgiBqKA/HR34p4x3NXJB7ig=";
|
sha256 = "sha256-7B3ebY2QAk+64NycptoMmAo7GxUFOo3a7CH7txV/KTY=";
|
||||||
};
|
};
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"
|
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
|
Loading…
Reference in a new issue