imapfilter: update from 2.5.4 to 2.5.6
This commit is contained in:
parent
85eec74433
commit
3869364bd3
@ -1,15 +1,21 @@
|
||||
{ stdenv, fetchurl, openssl, lua, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "imapfilter-2.5.4";
|
||||
|
||||
name = "imapfilter-2.5.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/lefcha/imapfilter/archive/v2.5.4.tar.gz";
|
||||
sha256 = "e5a9ee0e57e16d02ff2cbb37b67202a514121d2eb7fc63863174644ca8248769";
|
||||
url = "https://github.com/lefcha/imapfilter/archive/v2.5.6.tar.gz";
|
||||
sha256 = "0c94xdcnkk33d2filzkbraymfzm09np78486kqzqwidnnfllsk86";
|
||||
};
|
||||
|
||||
makeFlagsArray = "PREFIX=$(out)";
|
||||
|
||||
propagatedBuildInputs = [ openssl pcre lua ];
|
||||
}
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/lefcha/imapfilter";
|
||||
description = "Mail filtering utility";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user