about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/aerc
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-10-22 17:22:38 +0300
committerNikolay Korotkiy <sikmir@disroot.org>2022-10-22 17:43:58 +0300
commit0547d5e67aa0570bbaae1d6dc5801bac90317494 (patch)
tree7dfeb9dd12c32b900520b944388067f960678638 /pkgs/applications/networking/mailreaders/aerc
parentaa92a34471c063118e389eed9dd511715a3d8aa8 (diff)
aerc: 0.12.0 → 0.13.0
Diffstat (limited to 'pkgs/applications/networking/mailreaders/aerc')
-rw-r--r--pkgs/applications/networking/mailreaders/aerc/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix
index 272e0551e7625..d875e39fb7a9b 100644
--- a/pkgs/applications/networking/mailreaders/aerc/default.nix
+++ b/pkgs/applications/networking/mailreaders/aerc/default.nix
@@ -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 ]}
   '';