aerc: 0.3.0 -> unstable-2020-02-01

The current version seems to go panic on some mail boxes.

It's already fixed in master, but there hasn't been a release yet.
wip/yesman
Florian Klink 4 years ago
parent 4afad26f79
commit fe08bffe4c
  1. 14
      pkgs/applications/networking/mailreaders/aerc/default.nix

@ -3,15 +3,19 @@
, python3, perl, w3m, dante
}:
buildGoModule rec {
let
rev = "ea0df7bee433fedae5716906ea56141f92b9ce53";
in buildGoModule rec {
pname = "aerc";
version = "0.3.0";
version = "unstable-2020-02-01";
src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz";
sha256 = "188jln8hmgiqn5il5m54bns0wk4grj09di8y6mmid58ibw6spma4";
url = "https://git.sr.ht/~sircmpwn/aerc/archive/${rev}.tar.gz";
sha256 = "1bx2fypw053v3bzalfgyi6a0s5fvv040z8jy4i63s7p53m8gmzs9";
};
modSha256 = "127xrah6xxrvc224g5dxn432sagrssx8v7phzapcsdajsnmagq6x";
nativeBuildInputs = [
go
scdoc
@ -51,8 +55,6 @@ buildGoModule rec {
${stdenv.lib.makeBinPath [ w3m dante ]}
'';
modSha256 = "0pxbv4zfhii0g41cy0ycfpkkxw6nnd4ibavic6zqw30j476jnm2x";
meta = with stdenv.lib; {
description = "aerc is an email client for your terminal";
homepage = https://aerc-mail.org/;

Loading…
Cancel
Save