nix-bitcoin/pkgs/pinned.nix
Jonas Nick 38b774b883
update nixpkgs
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
2024-02-12 19:18:30 +00:00

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;
}