imapsync: 2.200 -> 2.229
This commit is contained in:
parent
f994293d1e
commit
9f5b5a1faa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user