Loading pkgs/tools/misc/opentelemetry-collector/contrib.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ buildGoModule rec { pname = "opentelemetry-collector-contrib"; version = "0.64.0"; version = "0.65.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector-contrib"; rev = "v${version}"; sha256 = "sha256-yrm9tLK9no1H4bh2ghQO1ybohYeEo1EzVa+5dgawlxk="; sha256 = "sha256-c5N/3HAkragpR/vgh909VYu4vpUFe1An+B20SY0C1Rs="; }; # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; vendorSha256 = "sha256-Tartb4Qh10UPdVQG2mGbqXW/Mg9XbD28JRrn128d/4k="; vendorSha256 = "sha256-aXbrm3iKmc+03BZWkRDt47LJP6JT92uH3EyEVQHByj8="; subPackages = [ "cmd/otelcontribcol" ]; Loading Loading
pkgs/tools/misc/opentelemetry-collector/contrib.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,17 +6,17 @@ buildGoModule rec { pname = "opentelemetry-collector-contrib"; version = "0.64.0"; version = "0.65.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector-contrib"; rev = "v${version}"; sha256 = "sha256-yrm9tLK9no1H4bh2ghQO1ybohYeEo1EzVa+5dgawlxk="; sha256 = "sha256-c5N/3HAkragpR/vgh909VYu4vpUFe1An+B20SY0C1Rs="; }; # proxy vendor to avoid hash missmatches between linux and macOS proxyVendor = true; vendorSha256 = "sha256-Tartb4Qh10UPdVQG2mGbqXW/Mg9XbD28JRrn128d/4k="; vendorSha256 = "sha256-aXbrm3iKmc+03BZWkRDt47LJP6JT92uH3EyEVQHByj8="; subPackages = [ "cmd/otelcontribcol" ]; Loading