summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/claws-mail
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-08 00:38:13 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2019-01-10 15:41:30 +0000
commitc703e835b2dfc553af464eaccbf36e26ef56a5a6 (patch)
tree6051779cd5e983f232904c3edd2af86ee23f9c22 /pkgs/applications/networking/mailreaders/claws-mail
parent4d68e82dbc3d01977e3d1afb22ace731a4b5998c (diff)
claws-mail: 3.17.2 -> 3.17.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/claws-mail/versions
Diffstat (limited to 'pkgs/applications/networking/mailreaders/claws-mail')
-rw-r--r--pkgs/applications/networking/mailreaders/claws-mail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index a783cb2af3f8..47a104b252c3 100644
--- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
@@ -31,11 +31,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "claws-mail-${version}";
- version = "3.17.2";
+ version = "3.17.3";
src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
- sha256 = "1hb17kpvfl8f1y49zan0wvf4awapxg13bqbqwrbhq2n4xp445kr5";
+ sha256 = "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh";
};
outputs = [ "out" "dev" ];