6bdf0ac3fb
This commit does not pass the tests. Fixup is in the next commit. bitcoin: 22.0 -> 23.0 bitcoind: 22.0 -> 23.0 btcpayserver: 1.4.7 -> 1.5.1 clightning: 0.10.2 -> 0.11.0.1 electrs: 0.9.6 -> 0.9.7 hwi: 2.0.2 -> 2.1.0 lightning-loop: 0.17.0-beta -> 0.18.0-beta lnd: 0.14.2-beta -> 0.14.3-beta nbxplorer: 2.2.20 -> 2.3.20
24 lines
355 B
Nix
24 lines
355 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
charge-lnd
|
|
extra-container
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
bitcoin
|
|
bitcoind
|
|
btcpayserver
|
|
clightning
|
|
electrs
|
|
elementsd
|
|
hwi
|
|
lightning-loop
|
|
lightning-pool
|
|
lnd
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|