nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

authored by

Wolfgang Walther and committed by
GitHub
f98f3cbf 0f77e942

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/bitcoin-exporter.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "bitcoin-prometheus-exporter"; 9 - version = "0.7.0"; 9 + version = "0.8.0"; 10 10 11 11 format = "other"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "jvstein"; 15 15 repo = pname; 16 - rev = "v${version}"; 17 - sha256 = "sha256-ZWr+bBNnRYzqjatOJ4jYGzvTyfheceY2UDvG4Juvo5I="; 16 + tag = "v${version}"; 17 + sha256 = "sha256-UTH7m50GGVVUm2ogO0LcVGC1y4FGccOfSPiebXwXoNE="; 18 18 }; 19 19 20 20 # Copying bitcoind-monitor.py is enough.