Skip to content

Commit

Permalink
Merge pull request #11298 from mayflower/pkg/claws-mail
Browse files Browse the repository at this point in the history
clawsMail: 3.12.0 -> 3.13.0
  • Loading branch information
iyzsong committed Nov 27, 2015
2 parents d118e51 + bba0521 commit 6b16519
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -30,7 +30,7 @@

with stdenv.lib;

let version = "3.12.0"; in
let version = "3.13.0"; in

stdenv.mkDerivation {
name = "claws-mail-${version}";
Expand All @@ -40,12 +40,12 @@ stdenv.mkDerivation {
homepage = http://www.claws-mail.org/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.khumba ];
maintainers = with maintainers; [ khumba fpletz ];
};

src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
sha256 = "1jnnwivpcplv8x4w0ibb1qcnasl37fr53lbfybhgb936l2mdcai7";
sha256 = "0fpr9gdgrs5yggm61a6135ca06x0cflddsh8dwfqmpb3dj07cl1n";
};

patches = [ ./mime.patch ];
Expand Down

0 comments on commit 6b16519

Please sign in to comment.