prometheus: 2.12.0 -> 2.13.0

Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.0
This commit is contained in:
Mario Rodas 2019-10-05 04:20:00 -05:00
parent fa746623d9
commit aa69f548b7
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -5,7 +5,7 @@ let
in
buildGoPackage rec {
pname = "prometheus";
version = "2.12.0";
version = "2.13.0";
inherit goPackagePath;
@ -13,7 +13,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "1ci9dc512c1hry1b8jqif0mrnks6w3yagwm3jf69ihcwilr2n7vs";
sha256 = "15fk231kdp3h5w0ym3d84y9z255qqykzyhvv12fg0wchkv8vfhcj";
};
buildFlagsArray = let