Merge pull request #38055 from ryantm/auto-update/sylpheed

sylpheed: 3.6.0 -> 3.7.0
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:52:34 -05:00 committed by GitHub
commit 67bde55c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "sylpheed-${version}";
version = "3.6.0";
version = "3.7.0";
src = fetchurl {
url = "http://sylpheed.sraoss.jp/sylpheed/v3.6/${name}.tar.bz2";
sha256 = "0idk9nz3d200l2bxc38vnxlx0wcslrvncy9lk50vz7dl8c5sg97b";
url = "http://sylpheed.sraoss.jp/sylpheed/v3.7/${name}.tar.xz";
sha256 = "0j9y5vdzch251s264diw9clrn88dn20bqqkwfmis9l7m8vmwasqd";
};
nativeBuildInputs = [ pkgconfig ];