forked from mirrors/nixpkgs
sylpheed: fix version to match tarball
This commit is contained in:
parent
f61a4118d0
commit
d614ae9959
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue