nix-bitcoin/pkgs/pinned.nix
Erik Arvstedt 42bae23337
update nixpkgs
bitcoind: 26.1 -> 27.0
lnd: 0.17.4-beta -> 0.17.5-beta
2024-05-05 17:03:34 +02:00

25 lines
367 B
Nix

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