nix-bitcoin/pkgs/pinned.nix
Jonas Nick 47e57821f6
update nixpkgs
electrs: 0.10.1 -> 0.10.5
2024-05-24 17:20:26 +00:00

24 lines
367 B
Nix

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