update nixpkgs (stable: 21.11 -> 22.05)

extra-container: 0.8 -> 0.10
btcpayserver: 1.5.3 -> 1.5.4
lightning-loop: 0.18.0-beta -> 0.19.1-beta
This commit is contained in:
Jonas Nick 2022-06-13 07:08:08 +00:00
parent 96144fde81
commit 805eb26d12
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 32 additions and 32 deletions

View file

@ -2,21 +2,21 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
charge-lnd
extra-container;
inherit (pkgsUnstable)
bitcoin
bitcoind
btcpayserver
charge-lnd
clightning
electrs
elementsd
hwi
lightning-loop
extra-container
lightning-pool
lnd
lndconnect
lndconnect;
inherit (pkgsUnstable)
btcpayserver
hwi
lightning-loop
nbxplorer;
inherit pkgs pkgsUnstable;