3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-tor-exporter: 0.3 -> 0.4 (#63891)

This commit is contained in:
Philipp Riegger 2019-07-05 06:49:04 +02:00 committed by Dmitry Kalinkin
parent 1d9960a4f1
commit 698f3e9040

View file

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
name = "tor-exporter-${version}";
version = "0.3";
version = "0.4";
# Just a single .py file to use as the application's main entry point.
format = "other";
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
rev = "v${version}";
owner = "atx";
repo = "prometheus-tor_exporter";
sha256 = "0d7pk8s8ya2pm8b4ijbfdniqcbd3vqy15dlhnmaf4wgb51pmm5yv";
sha256 = "1gzf42z0cgdqijbi9cwpjkqzkvnabaxkkfa5ac5h27r3pxx3q4n0";
};
propagatedBuildInputs = with python3Packages; [ prometheus_client stem retrying ];