nix-bitcoin/pkgs/pinned.nix
Erik Arvstedt 1fad7c730b
update nixpkgs
btcpayserver: 1.11.4 -> 1.11.6
fulcrum: 1.9.1 -> 1.9.2
lnd: 0.16.3-beta -> 0.17.0-beta
nbxplorer: 2.3.65 -> 2.3.66

Includes fix for curl CVE-2023-38545 (https://github.com/NixOS/nixpkgs/pull/260381)
2023-10-17 21:10:37 +02:00

22 lines
342 B
Nix

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