imapfilter: update from 2.5.6 to 2.5.7
This commit is contained in:
parent
a7ea8bea26
commit
43b6d42fbd
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, openssl, lua, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "imapfilter-2.5.6";
|
||||
name = "imapfilter-2.5.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/lefcha/imapfilter/archive/v2.5.6.tar.gz";
|
||||
sha256 = "0c94xdcnkk33d2filzkbraymfzm09np78486kqzqwidnnfllsk86";
|
||||
url = "https://github.com/lefcha/imapfilter/archive/v2.5.7.tar.gz";
|
||||
sha256 = "1l7sg7pyw1i8cxqnyb5xv983fakj8mxq6w44qd7w3kc7l6ixd4n7";
|
||||
};
|
||||
|
||||
makeFlagsArray = "PREFIX=$(out)";
|
||||
|
|
Loading…
Reference in New Issue