3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #81059 from r-ryantm/auto-update/claws-mail

claws-mail: 3.17.4 -> 3.17.5
This commit is contained in:
Maximilian Bosch 2020-02-25 23:15:45 +01:00 committed by GitHub
commit 2e2dce9dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,11 +30,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "claws-mail";
version = "3.17.4";
version = "3.17.5";
src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
sha256 = "00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr";
sha256 = "1gjrmdmhc7zzilrlss9yl86ybv9sra8v0qi7mkwv7d9azidx5kns";
};
outputs = [ "out" "dev" ];
@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The user-friendly, lightweight, and fast email client";
homepage = https://www.claws-mail.org/;
homepage = "https://www.claws-mail.org/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin ];