From 43b6d42fbd41e1c4fa563da1033d57ac938eb927 Mon Sep 17 00:00:00 2001
From: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
Date: Mon, 17 Nov 2014 16:42:28 +0000
Subject: [PATCH] imapfilter: update from 2.5.6 to 2.5.7

---
 pkgs/applications/networking/mailreaders/imapfilter.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/applications/networking/mailreaders/imapfilter.nix b/pkgs/applications/networking/mailreaders/imapfilter.nix
index d42b71b2312..d7aff753e23 100644
--- a/pkgs/applications/networking/mailreaders/imapfilter.nix
+++ b/pkgs/applications/networking/mailreaders/imapfilter.nix
@@ -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)";