imapsync: 1.644 -> 1.684

This commit is contained in:
Pascal Wittmann 2016-04-30 10:09:25 +02:00
parent c03d7f2819
commit 4cd0770d57

View File

@ -1,10 +1,10 @@
{stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }:
stdenv.mkDerivation rec {
name = "imapsync-1.644";
name = "imapsync-1.684";
src = fetchurl {
url = "https://fedorahosted.org/released/imapsync/${name}.tgz";
sha256 = "1lni950qyp841277dnzb43pxpzqyfcl6sachd8j6a0j08826gfky";
sha256 = "1ilqdaabh6xiwpjfdg2mrhygvjlxj6jdkmqjqadq5z29172hji5b";
};
patchPhase = ''