benthos: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:50 +09:00
parent 8b05ded0c5
commit 34b358fb24
+1 -1
View File
@@ -16,7 +16,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-bnQn6gdHhbUJUPWU3CKrw1sq5CL0Tkss4DINPwlsiPU=";
vendorHash = "sha256-Ce2vXPKbyj517N3uJEGc00hCVZhcRrPvXUSuK+jjK3U=";
doCheck = false;