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-06-01 12:37:32 +00:00
committed by nixbitcoin
parent 636d508b50
commit a3ff1351d9
3 changed files with 17 additions and 17 deletions
+2 -2
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;