lightning-loop: 0.11.2-beta -> 0.11.3-beta

This commit is contained in:
nixbitcoin 2021-02-10 15:36:32 +00:00
parent f9683889d9
commit b6f6b5e372
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "lightning-loop";
version = "0.11.2-beta";
version = "0.11.3-beta";
src = fetchurl {
url = "https://github.com/lightninglabs/loop/archive/v${version}.tar.gz";
# Use ./get-sha256.sh to fetch latest (verified) sha256
sha256 = "88fb0f1560a551778407f45a537de67366fe60d2c77e5bdff0e60b562cdb571b";
sha256 = "b9eebf39543e7d0cd50ebb29242578146b25781fd5f6ac4c2b7c93448fb65448";
};
subPackages = [ "cmd/loop" "cmd/loopd" ];
vendorSha256 = "1mpsnalh22gzkggiqsfyccsdji7ilw19ck7ymhjanxa2r11j9ncc";
vendorSha256 = "1xml5mbjnp3hs1qmzz98ivjq438l816pphw6iyjjkq44pifnglrz";
meta = with lib; {
description = " Lightning Loop: A Non-Custodial Off/On Chain Bridge";