forked from mirrors/nixpkgs
update to 2.7.1
svn path=/nixpkgs/trunk/; revision=19119
This commit is contained in:
parent
09cb3e00fb
commit
c79eb46c7e
|
@ -9,11 +9,11 @@ assert sslSupport -> openssl != null;
|
|||
assert gpgSupport -> gpgme != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sylpheed-2.5.0";
|
||||
name = "sylpheed-2.7.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://sylpheed.sraoss.jp/sylpheed/v2.5/sylpheed-2.5.0.tar.bz2;
|
||||
sha256 = "0qc7sgcb23x16y6qhyrbv3hphqkmk5s9nr6xfxv5rqi6272qv2ni";
|
||||
url = http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-2.7.1.tar.bz2;
|
||||
sha256 = "08sfz159y8hi3lky98m6p4nkfiima749lza8gf3s3vp2niylbdlb";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue