nix-bitcoin/pkgs/pinned.nix
Erik Arvstedt 4579b44781
update nixpkgs
clightning: 0.11.1 -> 0.11.2
lnd: 0.14.3-beta -> 0.15.0-beta
2022-07-03 02:09:33 +02:00

24 lines
355 B
Nix

# This file is generated by ../helper/update-flake.nix
pkgs: pkgsUnstable:
{
inherit (pkgs)
bitcoin
bitcoind
charge-lnd
electrs
elementsd
extra-container
lightning-pool
lndconnect;
inherit (pkgsUnstable)
btcpayserver
clightning
hwi
lightning-loop
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}