benthos: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:03:02 +09:00
parent 8b05ded0c5
commit 34b358fb24
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ buildGoModule rec {
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-bnQn6gdHhbUJUPWU3CKrw1sq5CL0Tkss4DINPwlsiPU="; vendorHash = "sha256-Ce2vXPKbyj517N3uJEGc00hCVZhcRrPvXUSuK+jjK3U=";
doCheck = false; doCheck = false;