summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <pascal.wittmann@red6-es.de>2017-05-29 12:19:29 +0200
committerPascal Wittmann <pascal.wittmann@red6-es.de>2017-05-29 12:19:29 +0200
commitc63339567bb2097b2b851f0a00e73e964b270d7e (patch)
treeaca86fb6b4cf2e8d0f95ed7fc22a0ee2ed1c6ffa /pkgs
parentd0be062d10871acb71dde761f43680201fc23f16 (diff)
downloadnixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar.gz
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar.bz2
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar.lz
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar.xz
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.tar.zst
nixpkgs-c63339567bb2097b2b851f0a00e73e964b270d7e.zip
imapsync: 1.684 -> 1.727
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/imapsync/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/tools/networking/imapsync/default.nix b/pkgs/tools/networking/imapsync/default.nix
index d01e0ededb3..c05928fa34b 100644
--- a/pkgs/tools/networking/imapsync/default.nix
+++ b/pkgs/tools/networking/imapsync/default.nix
@@ -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; {