tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
opentelemetry-collector: 0.87.0 -> 0.88.0
R. Ryantm
2 years ago
3bbebb0d
529fd47f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
opentelemetry-collector
default.nix
+3
-3
pkgs/tools/misc/opentelemetry-collector/default.nix
···
5
6
buildGoModule rec {
7
pname = "opentelemetry-collector";
8
-
version = "0.87.0";
9
10
src = fetchFromGitHub {
11
owner = "open-telemetry";
12
repo = "opentelemetry-collector";
13
rev = "v${version}";
14
-
hash = "sha256-AfjCGxoXKXVfDnPkLqx2W3dGBFY9aiBPgltFMg1xKZI=";
15
};
16
# there is a nested go.mod
17
sourceRoot = "${src.name}/cmd/otelcorecol";
18
-
vendorHash = "sha256-OTeZL/mBYLKq47pJE26J+vbQkTZlgz0eVC1jwRmqw88=";
19
20
# upstream strongly recommends disabling CGO
21
# additionally dependencies have had issues when GCO was enabled that weren't caught upstream
···
5
6
buildGoModule rec {
7
pname = "opentelemetry-collector";
8
+
version = "0.88.0";
9
10
src = fetchFromGitHub {
11
owner = "open-telemetry";
12
repo = "opentelemetry-collector";
13
rev = "v${version}";
14
+
hash = "sha256-Tflva3qo9tgdTAR+Ibr8KgpXU419rg5cX9Y1P6yTl0c=";
15
};
16
# there is a nested go.mod
17
sourceRoot = "${src.name}/cmd/otelcorecol";
18
+
vendorHash = "sha256-VqZsYI/aA/db7fpZhlxUQzfFESjOBi4Hp9nytm+mFVY=";
19
20
# upstream strongly recommends disabling CGO
21
# additionally dependencies have had issues when GCO was enabled that weren't caught upstream