mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 08:54:16 +01:00
Circuitbreaker v0.5.1 (#4329)
This commit is contained in:
parent
5062bfe95a
commit
64e8b706ad
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
- Update: BTCPayServer v1.11.7 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7)
|
||||
- Update: Channel Tools (chantools) v0.12.0 [details](https://github.com/lightninglabs/chantools/releases/tag/v0.12.0)
|
||||
- Update: LNbits 0.11.3 [details](https://github.com/lnbits/lnbits/releases/tag/0.11.3)
|
||||
- Update: Circuitbreaker v0.5.1 [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md)
|
||||
- Deprecated: Homer Dashboard (remove from SSH menus, config script will stay with possible future removal)
|
||||
- Deprecated: Bitcoinminds (remove from SSH menus, config script will stay with possible future removal)
|
||||
- Remove: ItchySats (unmaintained project / in consent with dev)
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# https://github.com/lightningequipment/circuitbreaker/releases
|
||||
# https://github.com/lightningequipment/circuitbreaker/commits/master
|
||||
pinnedVersion="e223938d983b756b3893880f3b3bf77e624a9f00"
|
||||
pinnedVersion="60b70d91710efe7227b253e74f0d39ccfc9702c1"
|
||||
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue