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:
Jonas Nick 2024-04-20 07:50:46 +00:00
parent fcb7dc4ff8
commit 97eaa5a604
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 150 additions and 12 deletions

View file

@ -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 _():