forked from mirrors/nixpkgs
prometheus-pushgateway: 0.7.0 -> 0.8.0
This commit is contained in:
parent
c32b50a5f7
commit
b0fbe1df3f
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "pushgateway-${version}";
|
||||
version = "0.7.0";
|
||||
version = "0.8.0";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/prometheus/pushgateway";
|
||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||
inherit rev;
|
||||
owner = "prometheus";
|
||||
repo = "pushgateway";
|
||||
sha256 = "1sczg6vrpxv0jlqhkif8443v7mhbp3lp40g71ndqkf1s669m1pl4";
|
||||
sha256 = "1mzwkxnznv6wzy7dc8rksa8gr7z92plrzls8gb8rk432zfqcbv6a";
|
||||
};
|
||||
|
||||
buildUser = "nix@nixpkgs";
|
||||
|
|
Loading…
Reference in a new issue