prometheus-bitcoin-exporter: 0.7.0 -> 0.8.0
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "bitcoin-prometheus-exporter";
|
||||
version = "0.7.0";
|
||||
version = "0.8.0";
|
||||
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jvstein";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ZWr+bBNnRYzqjatOJ4jYGzvTyfheceY2UDvG4Juvo5I=";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-UTH7m50GGVVUm2ogO0LcVGC1y4FGccOfSPiebXwXoNE=";
|
||||
};
|
||||
|
||||
# Copying bitcoind-monitor.py is enough.
|
||||
|
||||
Reference in New Issue
Block a user