3
0
Fork 0
forked from mirrors/nixpkgs

prometheus: 1.4.2 -> 1.5.2

This commit is contained in:
Franz Pletz 2017-02-15 06:33:26 +01:00
parent f9cb2b5640
commit a73afa89b4
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.4.1";
version = "1.5.2";
rev = "v${version}";
goPackagePath = "github.com/prometheus/prometheus";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "prometheus";
sha256 = "05yd3y1b0406qdmx7p27pya9kzcrv66069z1y8dqwj3bf9c7csnm";
sha256 = "1b24nx6gmx2c7fj92p2byla3i0zs6xwymxqji00gvgpxr8bsfhn1";
};
docheck = true;
@ -36,7 +36,7 @@ buildGoPackage rec {
description = "Service monitoring system and time series database";
homepage = http://prometheus.io;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
maintainers = with maintainers; [ benley fpletz ];
platforms = platforms.unix;
};
}