clawsMail: 3.13.1 -> 3.13.2 (security fix)

+3 -4
+3 -4
pkgs/applications/networking/mailreaders/claws-mail/default.nix
··· 30 31 with stdenv.lib; 32 33 - let version = "3.13.1"; in 34 - 35 - stdenv.mkDerivation { 36 name = "claws-mail-${version}"; 37 38 meta = { 39 description = "The user-friendly, lightweight, and fast email client"; ··· 45 46 src = fetchurl { 47 url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"; 48 - sha256 = "049av7r0xhjjjm1p93l2ns3xisvn125v3ncqar23cqjzgcichg5d"; 49 }; 50 51 patches = [ ./mime.patch ];
··· 30 31 with stdenv.lib; 32 33 + stdenv.mkDerivation rec { 34 name = "claws-mail-${version}"; 35 + version = "3.13.2"; 36 37 meta = { 38 description = "The user-friendly, lightweight, and fast email client"; ··· 44 45 src = fetchurl { 46 url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz"; 47 + sha256 = "1l8ankx0qpq1ix1an8viphcf11ksh53jsrm1xjmq8cjbh5910wva"; 48 }; 49 50 patches = [ ./mime.patch ];