Unverified Commit ad3aac0d authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

prometheus-bitcoin-exporter: 0.8.0 -> 0.9.0 (#449296)

parents c7cab2f3 0d35ffb7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3Packages.buildPythonApplication rec {
  pname = "bitcoin-prometheus-exporter";
  version = "0.8.0";
  version = "0.9.0";

  format = "other";

@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
    owner = "jvstein";
    repo = pname;
    tag = "v${version}";
    sha256 = "sha256-UTH7m50GGVVUm2ogO0LcVGC1y4FGccOfSPiebXwXoNE=";
    sha256 = "sha256-08QG/5Kj++rjWz7OciqKSJUk00lSJCbfB5XwwP+h4so=";
  };

  # Copying bitcoind-monitor.py is enough.