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
1 changed files with 1 additions and 1 deletions

View File

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