sylpheed: 3.2 (2012) -> 3.4.1 (2014) (close #2558)

vcunat fixed eval and tested it runs.
This commit is contained in:
Benjamin Podszun 2014-05-07 15:30:59 +02:00 committed by Vladimír Čunát
parent 07a5187063
commit 0008a4b6c4

View file

@ -10,12 +10,14 @@ with stdenv.lib;
assert sslSupport -> openssl != null;
assert gpgSupport -> gpgme != null;
let version = "3.4.1"; in
stdenv.mkDerivation {
name = "sylpheed-3.2.0";
name = "sylpheed-${version}";
src = fetchurl {
url = http://sylpheed.sraoss.jp/sylpheed/v3.2/sylpheed-3.2.0.tar.bz2;
sha256 = "1cdjwn1f8rgcxzfxj7j7qvacmaw4zfhnip81q4n5lj5d6rj7rssa";
url = "http://sylpheed.sraoss.jp/sylpheed/v3.4/sylpheed-${version}.tar.bz2";
sha256 = "11wpifvn8a0p4dqmvi7r61imqkgm6rjjp3h057c344vny37livbx";
};
buildInputs =