imapsync: 2.200 -> 2.229

This commit is contained in:
Sebastian Sellmeier 2022-10-26 19:55:23 +02:00
parent f994293d1e
commit 9f5b5a1faa
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "imapsync"; pname = "imapsync";
version = "2.200"; version = "2.229";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "imapsync"; owner = "imapsync";
repo = "imapsync"; repo = "imapsync";
rev = "imapsync-${version}"; rev = "imapsync-${version}";
sha256 = "sha256-EM8nT9v6ZHpEG33/ibPqvfgFoAF36nhq6Y+RUWK4vR0="; sha256 = "sha256-nlNePOV3Y0atEPSRByRo3dHj/WjIaefEDeWdMKTo4gc=";
}; };
postPatch = '' postPatch = ''
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
NTLM NTLM
PackageStash PackageStash
PackageStashXS PackageStashXS
ProcProcessTable
Readonly Readonly
RegexpCommon RegexpCommon
SysMemInfo SysMemInfo