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 { buildGoPackage rec {
name = "prometheus-${version}"; name = "prometheus-${version}";
version = "1.4.1"; version = "1.5.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 = "05yd3y1b0406qdmx7p27pya9kzcrv66069z1y8dqwj3bf9c7csnm"; sha256 = "1b24nx6gmx2c7fj92p2byla3i0zs6xwymxqji00gvgpxr8bsfhn1";
}; };
docheck = true; docheck = true;
@ -36,7 +36,7 @@ buildGoPackage rec {
description = "Service monitoring system and time series database"; description = "Service monitoring system and time series database";
homepage = http://prometheus.io; homepage = http://prometheus.io;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley fpletz ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }