sylpheed: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:39:00 +03:00
parent f61a4118d0
commit d614ae9959

View File

@ -11,7 +11,7 @@ assert sslSupport -> openssl != null;
assert gpgSupport -> gpgme != null;
stdenv.mkDerivation {
name = "sylpheed-3.2";
name = "sylpheed-3.2.0";
src = fetchurl {
url = http://sylpheed.sraoss.jp/sylpheed/v3.2/sylpheed-3.2.0.tar.bz2;