File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/tools/misc/opentelemetry-collector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule rec {
1010 pname = "opentelemetry-collector-contrib" ;
11- version = "0.109 .0" ;
11+ version = "0.110 .0" ;
1212
1313 src = fetchFromGitHub {
1414 owner = "open-telemetry" ;
1515 repo = "opentelemetry-collector-contrib" ;
1616 rev = "v${ version } " ;
17- hash = "sha256-ROAapCGIRD5kdA3k1LjSxdfICLRgBcQORe6wW1bszNI =" ;
17+ hash = "sha256-bDtP7EFKus0NJpLccbD+HlzEusc+KAbKWmS/KGthtwY =" ;
1818 } ;
1919
2020 # proxy vendor to avoid hash mismatches between linux and macOS
2121 proxyVendor = true ;
22- vendorHash = "sha256-4MRXwp428d9oJPHrgOaGCaIFpRAIOpL/AYc/fLPAVBk =" ;
22+ vendorHash = "sha256-pDDEqtXu167b+J1+k7rC1BE5/ehxzG0ZAkhxqmJpHsg =" ;
2323
2424 # there is a nested go.mod
2525 sourceRoot = "${ src . name } /cmd/otelcontribcol" ;
You can’t perform that action at this time.
0 commit comments