update nixpkgs

clightning: 23.05.1 -> 23.05.2
lightning-pool: 0.5.3-alpha -> 0.6.4-beta
This commit is contained in:
Erik Arvstedt 2023-07-08 15:32:59 +02:00
parent bd77b89fea
commit 55c64d8dff
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,6 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
lightning-pool
lndconnect;
inherit (pkgsUnstable)
@ -15,6 +14,7 @@ pkgs: pkgsUnstable:
fulcrum
hwi
lightning-loop
lightning-pool
nbxplorer;
inherit pkgs pkgsUnstable;