Merge fort-nix/nix-bitcoin#542: rtl: 0.13.0 -> 0.13.1, clightning-rest: 0.8.0 -> 0.9.0

02f1599503 clightning-rest: 0.8.0 -> 0.9.0 (Erik Arvstedt)
c3769014b1 rtl: 0.13.0 -> 0.13.1 (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 02f1599503

Tree-SHA512: b3bc9937ab3bb19702686c459ce920adaf83972c96c26568f7b0447f2ca200552e873e33120785268f86c582b575befb4b163fe8fae5eefe445ebd0b7244e334
This commit is contained in:
Jonas Nick 2022-08-28 19:07:45 +00:00
commit 4cd9d0c6de
No known key found for this signature in database
GPG key ID: 4861DBF262123605
4 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash -p gnupg wget gnused
set -euo pipefail
version="0.13.0"
version="0.13.1"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)