Merge pull request #44824 from yegortimoshenko/20180809.194746/prometheus
prometheus-node-exporter: work around prometheus/node_exporter#870
This commit is contained in:
commit
fc283bd41c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ stdenv, buildGo19Package, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
# Go 1.10 causes segfaults:
|
||||
# https://github.com/prometheus/node_exporter/issues/870
|
||||
buildGo19Package rec {
|
||||
name = "node_exporter-${version}";
|
||||
version = "0.16.0";
|
||||
rev = "v${version}";
|
||||
|
|
Loading…
Reference in a new issue