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-19 13:53:54 +00:00
parent 479e21a122
commit 3480232f2a
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 24 additions and 24 deletions

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;
}