sylpheed: 3.4.1 -> 3.5.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-29 04:36:42 +02:00
parent 730d488a12
commit 75b01594c8
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -11,14 +11,13 @@ with stdenv.lib;
assert sslSupport -> openssl != null;
assert gpgSupport -> gpgme != null;
let version = "3.4.1"; in
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "sylpheed-${version}";
version = "3.5.0";
src = fetchurl {
url = "http://sylpheed.sraoss.jp/sylpheed/v3.4/sylpheed-${version}.tar.bz2";
sha256 = "11wpifvn8a0p4dqmvi7r61imqkgm6rjjp3h057c344vny37livbx";
url = "http://sylpheed.sraoss.jp/sylpheed/v3.5/${name}.tar.bz2";
sha256 = "0p50cr9h8b7cv1ayxhqxpj3kv0b7k9dga7lmmfb1lvyagg8n42sa";
};
buildInputs =