forked from mirrors/nixpkgs
Merge pull request #197948 from SebTM/update/imapsync229
imapsync: 2.200 -> 2.229
This commit is contained in:
commit
6a5e5c486c
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "imapsync";
|
||||
version = "2.200";
|
||||
version = "2.229";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "imapsync";
|
||||
repo = "imapsync";
|
||||
rev = "imapsync-${version}";
|
||||
sha256 = "sha256-EM8nT9v6ZHpEG33/ibPqvfgFoAF36nhq6Y+RUWK4vR0=";
|
||||
sha256 = "sha256-nlNePOV3Y0atEPSRByRo3dHj/WjIaefEDeWdMKTo4gc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||
NTLM
|
||||
PackageStash
|
||||
PackageStashXS
|
||||
ProcProcessTable
|
||||
Readonly
|
||||
RegexpCommon
|
||||
SysMemInfo
|
||||
|
|
Loading…
Reference in a new issue