prometheus-pushgateway: 0.3.1 -> 0.4.0
This commit is contained in:
parent
9bacde7cc1
commit
73885ee330
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "pushgateway-${version}";
|
name = "pushgateway-${version}";
|
||||||
version = "0.3.1";
|
version = "0.4.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/pushgateway";
|
goPackagePath = "github.com/prometheus/pushgateway";
|
||||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "pushgateway";
|
repo = "pushgateway";
|
||||||
sha256 = "0ax83yy5hbfppcr66l9al7wxibcqfnyps05jdscvpwvgrg4q7ldk";
|
sha256 = "19hsv42addcx4dsjdbh64y7ggjvaaay9gag0342gz7gyl9sr719f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go-bindata ];
|
buildInputs = [ go-bindata ];
|
||||||
|
|
Loading…
Reference in New Issue