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

@ -39,11 +39,11 @@
"npmlock2nix": "npmlock2nix"
},
"locked": {
"lastModified": 1710291012,
"narHash": "sha256-vna5BXoLB50MT+tuN4f/VTIvOc4GyD46WtA2aTjohcA=",
"lastModified": 1713242159,
"narHash": "sha256-3rZnNNdTDWb5uUHUetY5woURdcnChCik7gd0UfT0fvA=",
"owner": "nixos",
"repo": "nixos-search",
"rev": "7081483b91ca079db329e8d1309ca65adc3e90fb",
"rev": "7bdc02cc99a5f293a127048f59b5bf0ae0d6ff24",
"type": "github"
},
"original": {

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