Skip to content

Commit 7262fb6

Browse files
committed
imapfilter: 2.6.16 -> 2.7.5
1 parent 87e7d8b commit 7262fb6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
{ stdenv, fetchFromGitHub, openssl, lua, pcre }:
1+
{ stdenv, fetchFromGitHub, openssl, lua, pcre2 }:
22

33
stdenv.mkDerivation rec {
44
pname = "imapfilter";
5-
version = "2.6.16";
5+
version = "2.7.5";
66

77
src = fetchFromGitHub {
88
owner = "lefcha";
99
repo = "imapfilter";
1010
rev = "v${version}";
11-
sha256 = "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck";
11+
sha256 = "nbVwbPkNbJz4GHhvOp+QVgiBqKA/HR34p4x3NXJB7ig=";
1212
};
1313
makeFlags = [
1414
"SSLCAFILE=/etc/ssl/certs/ca-bundle.crt"
1515
"PREFIX=$(out)"
1616
];
1717

18-
propagatedBuildInputs = [ openssl pcre lua ];
18+
buildInputs = [ openssl pcre2 lua ];
1919

2020
meta = {
2121
homepage = "https://github.com/lefcha/imapfilter";
2222
description = "Mail filtering utility";
2323
license = stdenv.lib.licenses.mit;
2424
platforms = stdenv.lib.platforms.unix;
25-
maintainers = with stdenv.lib.maintainers; [ ];
25+
maintainers = with stdenv.lib.maintainers; [ doronbehar ];
2626
};
2727
}

0 commit comments

Comments
 (0)