Skip to content

Commit

Permalink
Merge #358: lightning-loop: 0.12.1 -> 0.12.2
Browse files Browse the repository at this point in the history
e6f2646 lightning-loop: 0.12.1 -> 0.12.2 (nixbitcoin)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK e6f2646

Tree-SHA512: 64c7a826abd8c3fa4f3bbae338e2971f2155860cd9ebfb1fda43dd59cfb543acb0f726ba84631142fec6d70a26d59fc8e3519c8a863b7a7fc74c3d75dcddb552
  • Loading branch information
jonasnick committed May 5, 2021
2 parents 5c41694 + e6f2646 commit bdd00bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/lightning-loop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "lightning-loop";
version = "0.12.1-beta";
version = "0.12.2-beta";

src = fetchurl {
url = "https://github.com/lightninglabs/loop/archive/v${version}.tar.gz";
# Use ./get-sha256.sh to fetch latest (verified) sha256
sha256 = "9e76e6951379a5f7403d27c7a1c98041449055479799b5708a9b6eb12750dcaf";
sha256 = "b2fbacdd8b2311b2f9873fa479e399ef7a09cc038b5c8449f9183b0038d81cc3";
};

subPackages = [ "cmd/loop" "cmd/loopd" ];

vendorSha256 = "0r0k6b3pml9silwdzvbvbhgcjk6nf9rp6incyqkwr9kdc2fl0dcw";
vendorSha256 = "03z0cmn9qgcmqm8llybfn1hz1m9hx3pn18m11s3fwnay8ib00r89";

meta = with lib; {
description = " Lightning Loop: A Non-Custodial Off/On Chain Bridge";
Expand Down

0 comments on commit bdd00bf

Please sign in to comment.