Loading pkgs/tools/misc/opentelemetry-collector/contrib.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,18 +8,18 @@ buildGoModule rec { pname = "opentelemetry-collector-contrib"; version = "0.99.0"; version = "0.100.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector-contrib"; rev = "v${version}"; sha256 = "sha256-C4uD9n8BTWi0/Vct06mD7zk5WQ0XmSLoYVpzflb2JQU="; sha256 = "sha256-QmWl3XhCmOxJPn/haBsWVCPI970sTQpmVpJwCCpBbH4="; }; # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; vendorHash = "sha256-kHbO5K3aYTdjHi8SKN05QNGPaXEwIG2mKdu4AV6WDeo="; vendorHash = "sha256-62G+wQeZK/7iO10ZgXXY3gT8LwUnqDY9Pr8HkAqkVik="; # there is a nested go.mod sourceRoot = "${src.name}/cmd/otelcontribcol"; Loading Loading
pkgs/tools/misc/opentelemetry-collector/contrib.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,18 +8,18 @@ buildGoModule rec { pname = "opentelemetry-collector-contrib"; version = "0.99.0"; version = "0.100.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector-contrib"; rev = "v${version}"; sha256 = "sha256-C4uD9n8BTWi0/Vct06mD7zk5WQ0XmSLoYVpzflb2JQU="; sha256 = "sha256-QmWl3XhCmOxJPn/haBsWVCPI970sTQpmVpJwCCpBbH4="; }; # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; vendorHash = "sha256-kHbO5K3aYTdjHi8SKN05QNGPaXEwIG2mKdu4AV6WDeo="; vendorHash = "sha256-62G+wQeZK/7iO10ZgXXY3gT8LwUnqDY9Pr8HkAqkVik="; # there is a nested go.mod sourceRoot = "${src.name}/cmd/otelcontribcol"; Loading