prometheus-pushgateway: 0.8.0 -> 1.2.0

This commit is contained in:
Maximilian Bosch 2020-03-12 23:31:07 +01:00
parent cfc1ad7012
commit dc34da0755
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "pushgateway";
version = "0.8.0";
version = "1.2.0";
rev = "v${version}";
goPackagePath = "github.com/prometheus/pushgateway";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "pushgateway";
sha256 = "1mzwkxnznv6wzy7dc8rksa8gr7z92plrzls8gb8rk432zfqcbv6a";
sha256 = "0q57pvdfapi1xx8mw7ykvxs64alypyqbxwvrqjcrgv2jidbcd1mm";
};
buildUser = "nix@nixpkgs";