* Sylpheed 1.0.0 beta 3.

svn path=/nixpkgs/trunk/; revision=1825
This commit is contained in:
Eelco Dolstra 2004-12-01 15:36:38 +00:00
parent 76c0fe8cfe
commit 17f7a05a97

View File

@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
assert imageSupport -> gdkpixbuf != null;
stdenv.mkDerivation {
name = "sylpheed-0.9.12";
name = "sylpheed-1.0.0-pre-beta3";
builder = ./builder.sh;
src = fetchurl {
url = http://sylpheed.good-day.net/sylpheed/sylpheed-0.9.12.tar.bz2;
md5 = "5deab7d65f8e19444902be3d82610e6b";
url = http://sylpheed.good-day.net/sylpheed/sylpheed-1.0.0beta3.tar.bz2;
md5 = "44d98cc4ed490dfdb92016b7689396cf";
};
inherit sslSupport imageSupport;