From d733b4e072e3a367eceb6edb6253739fc8512619 Mon Sep 17 00:00:00 2001 From: Sophie Taylor Date: Mon, 23 Oct 2023 18:23:46 +1000 Subject: [PATCH] Fix otelcol vendor hash --- pkgs/tools/misc/opentelemetry-collector/contrib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/opentelemetry-collector/contrib.nix b/pkgs/tools/misc/opentelemetry-collector/contrib.nix index d66b0439166d..e928544d240a 100644 --- a/pkgs/tools/misc/opentelemetry-collector/contrib.nix +++ b/pkgs/tools/misc/opentelemetry-collector/contrib.nix @@ -19,7 +19,7 @@ buildGoModule rec { # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; - vendorHash = "sha256-t6DOt5x6EY6fwsnqgHnvcjWBBKSiLYE9fKqFnso7JV8="; + vendorHash = "sha256-o/51Z2Zmdza3pNZa0u3j4uG46orE9S7pUsZOXjHKrnI="; # there is a nested go.mod sourceRoot = "${src.name}/cmd/otelcontribcol";