Merge pull request #197232 from sikmir/aerc

aerc: 0.12.0 → 0.13.0
This commit is contained in:
Mario Rodas 2022-10-22 20:02:47 -05:00 committed by GitHub
commit c8c2a007d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,17 +11,17 @@
buildGoModule rec {
pname = "aerc";
version = "0.12.0";
version = "0.13.0";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = pname;
repo = "aerc";
rev = version;
hash = "sha256-n5rRvLhCy2d8xUoTNyM5JYKGJWN0nEwkQeBCOpUrUrc=";
hash = "sha256-pUp/hW4Kk3pixGfbQvphLJM9Dc/w01T1KPRewOicPqM=";
};
proxyVendor = true;
vendorHash = "sha256-Z1dW3cK3Anl8JpAfwppsSBRgV5SdRmQemOG+652z0KA=";
vendorHash = "sha256-Nx+k0PLPIx7Ia0LobXUOw7oOFVz1FXV49haAkRAVOcM=";
doCheck = false;
@ -58,7 +58,7 @@ buildGoModule rec {
postFixup = ''
wrapProgram $out/bin/aerc --prefix PATH ":" \
"$out/share/aerc/filters:${lib.makeBinPath [ ncurses ]}"
"${lib.makeBinPath [ ncurses ]}"
wrapProgram $out/share/aerc/filters/html --prefix PATH ":" \
${lib.makeBinPath [ w3m dante ]}
'';