prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails. Closes #16575.
This commit is contained in:
committed by
Franz Pletz
parent
45644bd241
commit
31a8eee841
@@ -2,16 +2,16 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "pushgateway-${version}";
|
||||
version = "0.1.1";
|
||||
version = "0.3.0";
|
||||
rev = version;
|
||||
|
||||
|
||||
goPackagePath = "github.com/prometheus/pushgateway";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "prometheus";
|
||||
repo = "pushgateway";
|
||||
sha256 = "17q5z9msip46wh3vxcsq9lvvhbxg75akjjcr2b29zrky8bp2m230";
|
||||
sha256 = "1bj0s4s3gbcnlp2z2yx7jf3jx14cdg2v4pr0yciai0g6jwwg63hd";
|
||||
};
|
||||
|
||||
goDeps = ./pushgateway_deps.json;
|
||||
|
||||
Reference in New Issue
Block a user