about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-17 16:42:28 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-17 16:42:28 +0000
commit43b6d42fbd41e1c4fa563da1033d57ac938eb927 (patch)
treef4b56a1ffc0e41c4fa05f1fd9c8a1b0db5f568bb /pkgs/applications/networking/mailreaders
parenta7ea8bea2614d602cb2f30188534e100b9f36e65 (diff)
downloadnixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar.gz
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar.bz2
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar.lz
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar.xz
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.tar.zst
nixlib-43b6d42fbd41e1c4fa563da1033d57ac938eb927.zip
imapfilter: update from 2.5.6 to 2.5.7
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/imapfilter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/imapfilter.nix b/pkgs/applications/networking/mailreaders/imapfilter.nix
index d42b71b23121..d7aff753e237 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)";