update nixpkgs (stable: 21.11 -> 22.05)

extra-container: 0.8 -> 0.10
btcpayserver: 1.5.3 -> 1.5.4
lightning-loop: 0.18.0-beta -> 0.19.1-beta
This commit is contained in:
Jonas Nick
2022-06-13 07:08:08 +00:00
parent 96144fde81
commit 805eb26d12
5 changed files with 32 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ let
description = "Lightning node exporter for the prometheus timeseries server";
extraPkgs = [ prometheus_client ];
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.11.0"
"--replace prometheus-client==0.6.0 prometheus-client==0.13.1"
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
};
rebalance = { description = "Keeps your channels balanced"; };