* Updated to 0.9.8a.

svn path=/nixpkgs/trunk/; revision=674
wip/yesman
Eelco Dolstra 21 years ago
parent 9baed5046d
commit e0f8b5d722
  1. 6
      pkgs/applications/networking/mailreaders/sylpheed/default.nix

@ -8,13 +8,13 @@ assert sslSupport -> !isNull openssl;
assert imageSupport -> !isNull gdkpixbuf;
derivation {
name = "sylpheed-0.9.7";
name = "sylpheed-0.9.8a";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://sylpheed.good-day.net/sylpheed/sylpheed-0.9.7.tar.bz2;
md5 = "399deb5abd52396d26d6475689a5ec3f";
url = http://sylpheed.good-day.net/sylpheed/sylpheed-0.9.8a.tar.bz2;
md5 = "6ac823f06d8fe4f265f37d9c96068e05";
};
sslSupport = sslSupport;

Loading…
Cancel
Save