Skip to content

Commit 282454f

Browse files
committed
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
1 parent 15b88cc commit 282454f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/nixos-search/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _():
193193
wait_for_open_port(ip("nbxplorer"), 24444)
194194

195195
assert_running("btcpayserver")
196-
machine.wait_until_succeeds(log_has_string("btcpayserver", "Listening on"))
196+
machine.wait_until_succeeds(log_has_string("btcpayserver", "Now listening on"))
197197
wait_for_open_port(ip("btcpayserver"), 23000)
198198
# test lnd custom macaroon
199199
assert_matches(

0 commit comments

Comments
 (0)