aerc: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 05:22:23 +10:00
parent e68cbf0c04
commit 07df4546ad
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorSha256 = "sha256-3BbKf2xSzXznCB5UU/cThVg329GSeJG9KwjaS+tN3Rs=";
vendorSha256 = "sha256-hpGd78PWk3tIwB+TPmPy0gKkU8+t5NTm9RzPuLae+Fk=";
doCheck = false;

View file

@ -907,7 +907,9 @@ with pkgs;
wxGTK = wxGTK30;
} // (config.aegisub or {}));
aerc = callPackage ../applications/networking/mailreaders/aerc { };
aerc = callPackage ../applications/networking/mailreaders/aerc {
buildGoModule = buildGo117Module;
};
aerospike = callPackage ../servers/nosql/aerospike { };