c1b370aaa6
btcpayserver: 1.11.2 -> 1.11.4 clightning: 23.05.2 -> 23.08.1 hwi: 2.2.1 -> 2.3.1 Remove custom coincurve, since nixos-23.05 includes the latest version of coincurve (18) that's required by pyln-proto. Co-authored-by: Erik Arvstedt <erik.arvstedt@gmail.com>
22 lines
334 B
Nix
22 lines
334 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
charge-lnd
|
|
electrs
|
|
elementsd
|
|
extra-container
|
|
fulcrum
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
btcpayserver
|
|
clightning
|
|
hwi
|
|
lightning-loop
|
|
lightning-pool
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|