opentelemetry-collector: fix vendor hash

This commit is contained in:
Sandro Jäckel 2022-07-05 17:32:39 +02:00
parent 03a48db031
commit 491ce92971
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -16,7 +16,7 @@ buildGoModule rec {
};
# proxy vendor to avoid hash missmatches between linux and macOS
proxyVendor = true;
vendorSha256 = "sha256-CzFcSvJCMfS83Semk92XUd9iSX6OjOrDzRUNNLVtpi4=";
vendorSha256 = "sha256-G3sIWkYKYnqDmmwspQNw+8yU/SWBBr8KX7Osae9mXe4=";
subPackages = [ "cmd/otelcontribcol" ];