mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
imapsync: 1.684 -> 1.727
This commit is contained in:
parent
d0be062d10
commit
c63339567b
|
@ -1,10 +1,10 @@
|
|||
{stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "imapsync-1.684";
|
||||
name = "imapsync-1.727";
|
||||
src = fetchurl {
|
||||
url = "https://fedorahosted.org/released/imapsync/${name}.tgz";
|
||||
sha256 = "1ilqdaabh6xiwpjfdg2mrhygvjlxj6jdkmqjqadq5z29172hji5b";
|
||||
url = "https://releases.pagure.org/imapsync/${name}.tgz";
|
||||
sha256 = "1axacjw2wyaphczfw3kfmi5cl83fyr8nb207nks40fxkbs8q5dlr";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = with perlPackages; [ perl openssl MailIMAPClient TermReadKey
|
||||
IOSocketSSL DigestHMAC URI FileCopyRecursive IOTee UnicodeString
|
||||
DataUniqid JSONWebToken TestMockGuard LWP CryptOpenSSLRSA
|
||||
LWPProtocolHttps
|
||||
LWPProtocolHttps Readonly TestPod TestMockObject ParseRecDescent
|
||||
IOSocketInet6 NTLM
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue