update nixpkgs

btcpayserver: 1.5.1 -> 1.5.3
hwi: 2.1.0 -> 2.1.1
lndconnect: 0.2.0 -> 0.2.1
nbxplorer: 2.3.20 -> 2.3.26
This commit is contained in:
Jonas Nick 2022-05-30 15:27:41 +00:00 committed by nixbitcoin
parent 636d508b50
commit a3ff1351d9
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 17 additions and 17 deletions

View file

@ -3,8 +3,7 @@ pkgs: pkgsUnstable:
{
inherit (pkgs)
charge-lnd
extra-container
lndconnect;
extra-container;
inherit (pkgsUnstable)
bitcoin
@ -17,6 +16,7 @@ pkgs: pkgsUnstable:
lightning-loop
lightning-pool
lnd
lndconnect
nbxplorer;
inherit pkgs pkgsUnstable;