prometheus-bitcoin-exporter: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-07-02 22:57:07 +00:00
parent 51e8f407be
commit 97a7f81b4d
@@ -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.