update nixpkgs
btcpayserver: 1.12.5 -> 1.13.1 clightning: 24.02.1 -> 24.02.2 hwi: 2.4.0 -> 3.0.0 nbxplorer: 2.5.0 -> 2.5.2 Don't update bitcoin to 27.0 due to compatibility issues with lnd.
This commit is contained in:
parent
fcb7dc4ff8
commit
97eaa5a604
6 changed files with 150 additions and 12 deletions
|
|
@ -235,7 +235,7 @@ def _():
|
|||
'"version"',
|
||||
)
|
||||
# Test web server response
|
||||
assert_matches(f"curl -fsS -L {ip('btcpayserver')}:23000", "Welcome to your BTCPay Server")
|
||||
assert_matches(f"curl -fsS -L {ip('btcpayserver')}:23000", "Welcome to your BTCPay Server")
|
||||
|
||||
@test("rtl")
|
||||
def _():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue