update nixpkgs

btcpayserver: 1.7.2 -> 1.7.3
electrs: 0.9.10 -> 0.9.11
hwi: 2.1.1 -> 2.2.0
This commit is contained in:
Erik Arvstedt 2023-01-25 23:57:29 +01:00
parent 84fc4d48d3
commit 56c2abd91a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 15 additions and 15 deletions

View file

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