update nixpkgs

btcpayserver: 1.6.10 -> 1.6.12
clightning: 0.12.0 -> 0.12.1
fulcrum: 1.8.1 -> 1.8.2
nbxplorer: 2.3.33 -> 2.3.41
This commit is contained in:
Erik Arvstedt
2022-10-24 11:49:03 +02:00
parent 61c539d5b6
commit 3549725b51
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -6,8 +6,7 @@ pkgs: pkgsUnstable:
bitcoind
extra-container
lightning-pool
lndconnect
nbxplorer;
lndconnect;
inherit (pkgsUnstable)
btcpayserver
@@ -17,7 +16,8 @@ pkgs: pkgsUnstable:
elementsd
fulcrum
hwi
lightning-loop;
lightning-loop
nbxplorer;
inherit pkgs pkgsUnstable;
}