aerc: update vendorSha256
This commit is contained in:
parent
e68cbf0c04
commit
07df4546ad
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-3BbKf2xSzXznCB5UU/cThVg329GSeJG9KwjaS+tN3Rs=";
|
||||
vendorSha256 = "sha256-hpGd78PWk3tIwB+TPmPy0gKkU8+t5NTm9RzPuLae+Fk=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue