1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

imapsync: 1.607 -> 1.644

This commit is contained in:
Pascal Wittmann 2015-09-12 12:11:19 +02:00
parent b7dd128a7a
commit 4f97f41083

View file

@ -1,10 +1,10 @@
{stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }:
stdenv.mkDerivation rec {
name = "imapsync-1.607";
name = "imapsync-1.644";
src = fetchurl {
url = "https://fedorahosted.org/released/imapsync/${name}.tgz";
sha256 = "0ajgzsil2fa15c3ky8cvpvfz62ymlpmr0lnwvi8ifffclv7k2hvq";
sha256 = "1lni950qyp841277dnzb43pxpzqyfcl6sachd8j6a0j08826gfky";
};
patchPhase = ''