Commit 97a7f81b authored by R. RyanTM's avatar R. RyanTM
Browse files

prometheus-bitcoin-exporter: 0.7.0 -> 0.8.0

parent 51e8f407
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.