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
1 changed files with 1 additions and 1 deletions

View File

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