summary refs log tree commit diff
path: root/pkgs/tools/misc/opentelemetry-collector/contrib.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-03 13:16:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-03 13:16:08 +0000
commitb8987416e9baf19c7799753e5e2ef2fc0742a030 (patch)
tree01f2229743ace57d1906c2ffda10c6edbcd66867 /pkgs/tools/misc/opentelemetry-collector/contrib.nix
parentef7ad5789eeea31c171a9cf80521766a8e3b6c7b (diff)
downloadnixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar.gz
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar.bz2
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar.lz
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar.xz
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.tar.zst
nixpkgs-b8987416e9baf19c7799753e5e2ef2fc0742a030.zip
opentelemetry-collector-contrib: 0.45.1 -> 0.46.0
Diffstat (limited to 'pkgs/tools/misc/opentelemetry-collector/contrib.nix')
-rw-r--r--pkgs/tools/misc/opentelemetry-collector/contrib.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/opentelemetry-collector/contrib.nix b/pkgs/tools/misc/opentelemetry-collector/contrib.nix
index 4bfc390335d..57a21a2822d 100644
--- a/pkgs/tools/misc/opentelemetry-collector/contrib.nix
+++ b/pkgs/tools/misc/opentelemetry-collector/contrib.nix
@@ -6,17 +6,17 @@
 
 buildGoModule rec {
   pname = "opentelemetry-collector-contrib";
-  version = "0.45.1";
+  version = "0.46.0";
 
   src = fetchFromGitHub {
     owner = "open-telemetry";
     repo = "opentelemetry-collector-contrib";
     rev = "v${version}";
-    sha256 = "sha256-HoDQK/WyvDQgYBr6WPJ+bZE3GTx74SGgSj1P6i8AfL0=";
+    sha256 = "sha256-VD/gN9lUwzhRTfr8rAQld+4sN+deYhUlNvCphtZncDU=";
   };
   # proxy vendor to avoid hash missmatches between linux and macOS
   proxyVendor = true;
-  vendorSha256 = "sha256-e33EV1DGpR3XL70sjfCSMeuOSyh334+AkHnE+vqHrh0=";
+  vendorSha256 = "sha256-ojNDDPCo6TGp8BYio/pYykXSLjC5Qplw0WFD9UIiYM4=";
 
   subPackages = [ "cmd/otelcontribcol" ];