Merge pull request #64708 from marsam/update-prometheus_2

prometheus_2: 2.11.0 -> 2.11.1
This commit is contained in:
Mario Rodas 2019-07-14 20:47:42 -05:00 committed by GitHub
commit b1554dd23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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