* Sylpheed updated to 1.0.4.

svn path=/nixpkgs/trunk/; revision=3148
This commit is contained in:
Eelco Dolstra 2005-05-26 19:45:29 +00:00
parent 286a0aa881
commit 7737d06698

View File

@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
assert imageSupport -> gdkpixbuf != null;
stdenv.mkDerivation {
name = "sylpheed-1.0.0";
name = "sylpheed-1.0.4";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/sylpheed-1.0.0.tar.bz2;
md5 = "864c4fc581a5ab1c7af5e06153c76769";
url = http://sylpheed.good-day.net/sylpheed/v1.0/sylpheed-1.0.4.tar.bz2;
md5 = "e47b275c281335d09201503af2115eaa";
};
inherit sslSupport imageSupport;