update nixpkgs

btcpayserver: 1.7.3 -> 1.7.12
elementsd: 22.0.2 -> 22.1
nbxplorer: 2.3.54 -> 2.3.62

Also add new required argument to flake-info in CI test script.
This commit is contained in:
Jonas Nick
2023-02-27 12:43:41 +00:00
parent 479e21a122
commit 3480232f2a
5 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -4,21 +4,21 @@ pkgs: pkgsUnstable:
inherit (pkgs)
bitcoin
bitcoind
elementsd
extra-container
lightning-loop
lightning-pool
lndconnect
nbxplorer;
lndconnect;
inherit (pkgsUnstable)
btcpayserver
charge-lnd
clightning
electrs
elementsd
fulcrum
hwi
lnd;
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}