prometheus-bitcoin-exporter: 0.7.0 -> 0.8.0 (#421931)

This commit is contained in:
Wolfgang Walther
2025-07-10 11:44:04 +00:00
committed by GitHub
@@ -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.