lol

Merge pull request #185262 from r-ryantm/auto-update/opentelemetry-collector-contrib

opentelemetry-collector-contrib: 0.56.0 -> 0.57.2

authored by

Uri Baghin and committed by
GitHub
11e38664 93c57a98

+3 -3
+3 -3
pkgs/tools/misc/opentelemetry-collector/contrib.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "opentelemetry-collector-contrib"; 9 - version = "0.56.0"; 9 + version = "0.57.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "open-telemetry"; 13 13 repo = "opentelemetry-collector-contrib"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-uNUMXtDlnC9HHBw+QJj5p21pWMfr2kGeVghpTLFBlsg="; 15 + sha256 = "sha256-g0NnEo1M3PtQH2n0UcECC7l9laLx3UrduR4X4aZvnuA="; 16 16 }; 17 17 # proxy vendor to avoid hash missmatches between linux and macOS 18 18 proxyVendor = true; 19 - vendorSha256 = "sha256-2VfzdGgzF9A1PGv1Dum0Me10OCKK27h9ZLvb1uWscmk="; 19 + vendorSha256 = "sha256-fq85frUmZxH8ekFuxyTjnY22Sb1Ts7nahcgI6ArGY4A="; 20 20 21 21 subPackages = [ "cmd/otelcontribcol" ]; 22 22