aerc: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:49 +09:00
parent 5e682bb1bc
commit 92e5b8d6d9
@@ -22,7 +22,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorHash = "sha256-rycAGqZhO48bPTFO2y2J1d16oon24sEEUns4EayWDvg=";
vendorHash = "sha256-AHEhIWa6PP8f+hhIdY+0brLF2HYhvTal7qXfCwG9iyo=";
nativeBuildInputs = [
scdoc