prometheus-pushgateway: 0.8.0 -> 1.2.0
This commit is contained in:
parent
cfc1ad7012
commit
dc34da0755
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "pushgateway";
|
pname = "pushgateway";
|
||||||
version = "0.8.0";
|
version = "1.2.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 = "1mzwkxnznv6wzy7dc8rksa8gr7z92plrzls8gb8rk432zfqcbv6a";
|
sha256 = "0q57pvdfapi1xx8mw7ykvxs64alypyqbxwvrqjcrgv2jidbcd1mm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildUser = "nix@nixpkgs";
|
buildUser = "nix@nixpkgs";
|
||||||
|
|
Loading…
Reference in a new issue