Merge #347: lightning-loop: 0.12.0 -> 0.12.1

cde9597fc4 lightning-loop: 0.12.0 -> 0.12.1 (nixbitcoin)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK cde9597fc4

Tree-SHA512: 30c0eb34c5b7a8a9f592bc4d5b52cbc983efa9c9be08cc3cf0c117a7d67ce251ba0a1e87495eeea010642dae2259821ebbd42fde9880a0212ef1e7dac04e2d25
This commit is contained in:
Jonas Nick 2021-03-28 18:07:37 +00:00
commit 4a2bc280e0
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "lightning-loop";
version = "0.12.0-beta";
version = "0.12.1-beta";
src = fetchurl {
url = "https://github.com/lightninglabs/loop/archive/v${version}.tar.gz";
# Use ./get-sha256.sh to fetch latest (verified) sha256
sha256 = "95b34bdb54bcf96bda4b2914688244fff8d913fcbc697703b1ec048b39620e23";
sha256 = "9e76e6951379a5f7403d27c7a1c98041449055479799b5708a9b6eb12750dcaf";
};
subPackages = [ "cmd/loop" "cmd/loopd" ];