about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/aerc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 15:05:03 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-06 14:00:58 +1000
commitf24d06a39541f835213feeb352a769f0504d5889 (patch)
tree9a3ac5612e082860ba2059b4681b3df5085a1c35 /pkgs/applications/networking/mailreaders/aerc
parent8c9182c1c55d0978f9316a8c84045de6999e6991 (diff)
aerc: switch to `proxyVendor`
Diffstat (limited to 'pkgs/applications/networking/mailreaders/aerc')
-rw-r--r--pkgs/applications/networking/mailreaders/aerc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix
index 5ab0bfd8030da..6c8af895d516a 100644
--- a/pkgs/applications/networking/mailreaders/aerc/default.nix
+++ b/pkgs/applications/networking/mailreaders/aerc/default.nix
@@ -14,8 +14,8 @@ buildGoModule rec {
     sha256 = "sha256-RaHigTp1YGkjQ46gFLhKcJuajekcCgfozu0ndCNq5Ac=";
   };
 
-  runVend = true;
-  vendorSha256 = "sha256-A2MZzTYzGuZLFENn9OBIBBreJan+b3RKOEu5bQcDwS8=";
+  proxyVendor = true;
+  vendorSha256 = "sha256-ZFs2CXmNZpGae7bD15yTh3w6b00C7AgOwGuz72d2wHs=";
 
   doCheck = false;