prometheus_2: 2.11.1 -> 2.12.0

Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.12.0
This commit is contained in:
Mario Rodas 2019-08-22 19:26:55 -05:00
parent 1e2497720f
commit b0ea62045b
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -48,7 +48,7 @@ in rec {
};
prometheus_2 = buildPrometheus {
version = "2.11.1";
sha256 = "1d4kiv88v1p74cm1wg6wk1cs963xg2rlhkxw86slf9hmldlgww2l";
version = "2.12.0";
sha256 = "1ci9dc512c1hry1b8jqif0mrnks6w3yagwm3jf69ihcwilr2n7vs";
};
}