From 0df4a5922d3fa548ff41a8e11d36c64ab8d21a18 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 24 Feb 2022 21:46:51 +0700 Subject: aerc: 0.7.1 -> 0.8.2 --- pkgs/applications/networking/mailreaders/aerc/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/mailreaders/aerc/default.nix') diff --git a/pkgs/applications/networking/mailreaders/aerc/default.nix b/pkgs/applications/networking/mailreaders/aerc/default.nix index 172cea3d061d8..3655480716324 100644 --- a/pkgs/applications/networking/mailreaders/aerc/default.nix +++ b/pkgs/applications/networking/mailreaders/aerc/default.nix @@ -5,13 +5,13 @@ buildGoModule rec { pname = "aerc"; - version = "0.7.1"; + version = "0.8.2"; src = fetchFromSourcehut { owner = "~rjarry"; repo = pname; rev = version; - sha256 = "sha256-wiylBBqnivDnMUyCg3Zateu4jcjicTfrQFALT8dg5No="; + sha256 = "sha256-CCRrjbJuQHd1GXQ2hVOZHNo417T222IwAAZWy6aWYe0="; }; proxyVendor = true; @@ -28,6 +28,12 @@ buildGoModule rec { ./runtime-sharedir.patch ]; + postPatch = '' + substituteAllInPlace config/aerc.conf + substituteAllInPlace config/config.go + substituteAllInPlace doc/aerc-config.5.scd + ''; + pythonPath = [ python3.pkgs.colorama ]; -- cgit 1.4.1