Unverified Commit f98f3cbf authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 0f77e942 97a7f81b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.