mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
prometheus-lnd-exporter: unstable-2020-12-04 -> unstable-2021-03-26
This commit is contained in:
parent
50434b9fbf
commit
39331740f8
@ -2,23 +2,21 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lndmon";
|
pname = "lndmon";
|
||||||
version = "unstable-2020-12-04";
|
version = "unstable-2021-03-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lightninglabs";
|
owner = "lightninglabs";
|
||||||
repo = "lndmon";
|
repo = "lndmon";
|
||||||
sha256 = "0q72jbkhw1vpwxd0r80l1v4ab71sakc315plfqbijy7al9ywq5nl";
|
sha256 = "14lmmjq61p8yhc86swigs43risqi31vlmz7ri8j0n0fyp8lm2kxs";
|
||||||
rev = "f07d574320dd1a6a428fecd47f3a5bb46a0fc4d1";
|
rev = "3aa925aa4f633a6c4d132601922e78f173ae8ac1";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "06if387b9m02ciqgcissih1x06l33djp87vgspwzz589f77vczk8";
|
vendorSha256 = "06if387b9m02ciqgcissih1x06l33djp87vgspwzz589f77vczk8";
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests.prometheus-exporters) lnd; };
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) lnd; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/lightninglabs/lndmon";
|
||||||
description = "Prometheus exporter for lnd (Lightning Network Daemon)";
|
description = "Prometheus exporter for lnd (Lightning Network Daemon)";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mmilata ];
|
maintainers = with maintainers; [ mmilata ];
|
||||||
|
Loading…
Reference in New Issue
Block a user