mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
38b774b883
btcpayserver: 1.11.7 -> 1.12.5 hwi: 2.3.1 -> 2.4.0 lnd: 0.17.0-beta -> 0.17.3-beta nbxplorer: 2.3.66 -> 2.5.0
25 lines
367 B
Nix
25 lines
367 B
Nix
# This file is generated by ../helper/update-flake.nix
|
|
pkgs: pkgsUnstable:
|
|
{
|
|
inherit (pkgs)
|
|
bitcoin
|
|
bitcoind
|
|
charge-lnd
|
|
electrs
|
|
extra-container
|
|
lightning-loop
|
|
lightning-pool
|
|
lndconnect;
|
|
|
|
inherit (pkgsUnstable)
|
|
btcpayserver
|
|
clightning
|
|
elementsd
|
|
fulcrum
|
|
hwi
|
|
lnd
|
|
nbxplorer;
|
|
|
|
inherit pkgs pkgsUnstable;
|
|
}
|