3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #63487 from marsam/update-prometheus_2

prometheus_2: 2.9.2 -> 2.10.0
This commit is contained in:
Mario Rodas 2019-06-19 07:52:15 -05:00 committed by GitHub
commit ad9f7820a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ in rec {
};
prometheus_2 = buildPrometheus {
version = "2.9.2";
sha256 = "1nbvw9ia15ls3l2pydc9hdfs057kjlg0cm8h4w9sjjnsssbikl26";
version = "2.10.0";
sha256 = "00597rf4cg20clr3g3ql3nf47r8qij2xspcpp8y8mpxm2b60zjnq";
};
}