about summary refs log tree commit diff
path: root/pkgs/tools/misc/opentelemetry-collector
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-10-09 10:36:39 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-10-09 14:23:40 +1000
commit1e1e7dea1d006b4ac048724148dc9b44aff6d420 (patch)
tree4574648d8b666890528b83bd88e1dd70a15f92a5 /pkgs/tools/misc/opentelemetry-collector
parent3f2a8cbb98fd3e623a6adea62eeccf17209edf5b (diff)
opentelemetry-collector-contrib: switch to go 1.19
Diffstat (limited to 'pkgs/tools/misc/opentelemetry-collector')
-rw-r--r--pkgs/tools/misc/opentelemetry-collector/contrib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/opentelemetry-collector/contrib.nix b/pkgs/tools/misc/opentelemetry-collector/contrib.nix
index cd63ca305ea1e..83585f41149e5 100644
--- a/pkgs/tools/misc/opentelemetry-collector/contrib.nix
+++ b/pkgs/tools/misc/opentelemetry-collector/contrib.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   };
   # proxy vendor to avoid hash missmatches between linux and macOS
   proxyVendor = true;
-  vendorSha256 = "sha256-Fl2/rPrtbL3/gcM5hm4MgQwcS0PValuxa+nThYAE4l0=";
+  vendorSha256 = "sha256-aEhNq/e3erW2e5tHMtoePiVFpIY6Mb25k+SVRhIWTr0=";
 
   subPackages = [ "cmd/otelcontribcol" ];