update nixpkgs

btcpayserver: 1.6.10 -> 1.6.12
clightning: 0.12.0 -> 0.12.1
fulcrum: 1.8.1 -> 1.8.2
nbxplorer: 2.3.33 -> 2.3.41
This commit is contained in:
Erik Arvstedt 2022-10-22 23:53:00 +02:00
parent 61c539d5b6
commit 3549725b51
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 9 additions and 9 deletions

View file

@ -6,8 +6,7 @@ pkgs: pkgsUnstable:
bitcoind
extra-container
lightning-pool
lndconnect
nbxplorer;
lndconnect;
inherit (pkgsUnstable)
btcpayserver
@ -17,7 +16,8 @@ pkgs: pkgsUnstable:
elementsd
fulcrum
hwi
lightning-loop;
lightning-loop
nbxplorer;
inherit pkgs pkgsUnstable;
}