imapsync: 1.684 -> 1.727

This commit is contained in:
Pascal Wittmann 2017-05-29 12:19:29 +02:00
parent d0be062d10
commit c63339567b

View File

@ -1,10 +1,10 @@
{stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }: {stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "imapsync-1.684"; name = "imapsync-1.727";
src = fetchurl { src = fetchurl {
url = "https://fedorahosted.org/released/imapsync/${name}.tgz"; url = "https://releases.pagure.org/imapsync/${name}.tgz";
sha256 = "1ilqdaabh6xiwpjfdg2mrhygvjlxj6jdkmqjqadq5z29172hji5b"; sha256 = "1axacjw2wyaphczfw3kfmi5cl83fyr8nb207nks40fxkbs8q5dlr";
}; };
patchPhase = '' patchPhase = ''
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
buildInputs = with perlPackages; [ perl openssl MailIMAPClient TermReadKey buildInputs = with perlPackages; [ perl openssl MailIMAPClient TermReadKey
IOSocketSSL DigestHMAC URI FileCopyRecursive IOTee UnicodeString IOSocketSSL DigestHMAC URI FileCopyRecursive IOTee UnicodeString
DataUniqid JSONWebToken TestMockGuard LWP CryptOpenSSLRSA DataUniqid JSONWebToken TestMockGuard LWP CryptOpenSSLRSA
LWPProtocolHttps LWPProtocolHttps Readonly TestPod TestMockObject ParseRecDescent
IOSocketInet6 NTLM
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {