prometheus: 1.5.2 -> 1.7.1

This commit is contained in:
Franz Pletz 2017-06-20 02:00:14 +02:00
parent 05cb49625d
commit e60c958811
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

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