prometheus: 1.7.1 -> 1.7.2

This commit is contained in:
Franz Pletz 2017-10-02 20:25:02 +02:00
parent f03462eda8
commit 15cca009c1
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "prometheus-${version}"; name = "prometheus-${version}";
version = "1.7.1"; version = "1.7.2";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/prometheus/prometheus"; goPackagePath = "github.com/prometheus/prometheus";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "prometheus"; owner = "prometheus";
repo = "prometheus"; repo = "prometheus";
sha256 = "11acdwn2fw5qnyns5vdbxw18xnd2v4hb1y2cfjjxw478hhza4ni3"; sha256 = "0a2qlcx4p6mwgff9hc2h3sm1glh6syb38jfxabsx2clmj0gq2dq1";
}; };
docheck = true; docheck = true;