Skip to content

Commit 6761106

Browse files
authored
opentelemetry-collector-contrib: 0.109.0 -> 0.110.0 (#344231)
2 parents 9198f1d + 372ab6c commit 6761106

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/opentelemetry-collector/contrib.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
buildGoModule rec {
1010
pname = "opentelemetry-collector-contrib";
11-
version = "0.109.0";
11+
version = "0.110.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "open-telemetry";
1515
repo = "opentelemetry-collector-contrib";
1616
rev = "v${version}";
17-
hash = "sha256-ROAapCGIRD5kdA3k1LjSxdfICLRgBcQORe6wW1bszNI=";
17+
hash = "sha256-bDtP7EFKus0NJpLccbD+HlzEusc+KAbKWmS/KGthtwY=";
1818
};
1919

2020
# proxy vendor to avoid hash mismatches between linux and macOS
2121
proxyVendor = true;
22-
vendorHash = "sha256-4MRXwp428d9oJPHrgOaGCaIFpRAIOpL/AYc/fLPAVBk=";
22+
vendorHash = "sha256-pDDEqtXu167b+J1+k7rC1BE5/ehxzG0ZAkhxqmJpHsg=";
2323

2424
# there is a nested go.mod
2525
sourceRoot = "${src.name}/cmd/otelcontribcol";

0 commit comments

Comments
 (0)