Merge pull request #107343 from mmilata/lndmon-201202
prometheus-lnd-exporter: unstable-2020-01-09 -> unstable-2020-12-04
This commit is contained in:
commit
c03280f9ca
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
|
{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lndmon-unstable";
|
pname = "lndmon";
|
||||||
version = "2020-01-09";
|
version = "unstable-2020-12-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lightninglabs";
|
owner = "lightninglabs";
|
||||||
repo = "lndmon";
|
repo = "lndmon";
|
||||||
sha256 = "0d4z8yv2459wsi4c91qs5an13acn73fd8s321xya5vxxiyf51q24";
|
sha256 = "0q72jbkhw1vpwxd0r80l1v4ab71sakc315plfqbijy7al9ywq5nl";
|
||||||
rev = "2c7c5ce0fcb4e7eef4df60efe8a644587a309f6c";
|
rev = "f07d574320dd1a6a428fecd47f3a5bb46a0fc4d1";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "083h2ksnqmcr48958r5pag9a28xvljpc3prip6wn70ifp2wpjpin";
|
vendorSha256 = "06if387b9m02ciqgcissih1x06l33djp87vgspwzz589f77vczk8";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user