nix-bitcoin/pkgs/pinned.nix
Jonas Nick 64bfc3f3a0
update nixpkgs
Pkg updates in nixpkgs stable:
btcpayserver: 1.13.5 -> 1.13.7
nbxplorer: 2.5.7 -> 2.5.16

Pkg updates in nixpkgs unstable:
clboss: 0.14.0 -> 0.14.1
clightning: 24.08.2 -> 24.11
electrs: 0.10.6 -> 0.10.7
elementsd: 23.2.1 -> 23.2.4
2024-12-17 09:22:23 +00:00

25 lines
378 B
Nix

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