update nixpkgs{,-unstable}
btcpayserver: 1.3.7 -> 1.4.4 electrs: 0.9.4 -> 0.9.5 lnd: 0.14.1-beta -> 0.14.2-beta nbxplorer: 2.2.18 -> 2.2.20
This commit is contained in:
parent
15b88cc1c5
commit
282454f16e
3 changed files with 13 additions and 13 deletions
6
test/nixos-search/flake.lock
generated
6
test/nixos-search/flake.lock
generated
|
|
@ -5,11 +5,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1643128221,
|
||||
"narHash": "sha256-qTRsU3LUPJk8QDRrc4WXkgarpFFCh0n/vsuRE71cwMw=",
|
||||
"lastModified": 1644071056,
|
||||
"narHash": "sha256-vClz4PD7cwckP8SEnaIIfLqfgT2v6MwB3aJcqemmDp8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixos-search",
|
||||
"rev": "bb82e171f821aaa31cf2450b05820f346a0712e8",
|
||||
"rev": "b4163eb8b20a9956c4b63eb88ca06da3e1dd7f86",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ def _():
|
|||
wait_for_open_port(ip("nbxplorer"), 24444)
|
||||
|
||||
assert_running("btcpayserver")
|
||||
machine.wait_until_succeeds(log_has_string("btcpayserver", "Listening on"))
|
||||
machine.wait_until_succeeds(log_has_string("btcpayserver", "Now listening on"))
|
||||
wait_for_open_port(ip("btcpayserver"), 23000)
|
||||
# test lnd custom macaroon
|
||||
assert_matches(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue