Merge #281: lightning-loop: 0.11.1-beta -> 0.11.2-beta

522b0000e6 lightning-loop: 0.11.1-beta -> 0.11.2-beta (nixbitcoin)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 522b0000e6

Tree-SHA512: bbc46181cd6d2f25034e2205239aaf84f3972c5dfd56d98f116c7a2178f748e00b85b8676398329020c41e93ea18e67276ed6087c4d318aa7f6c3b88ce9ca20d
This commit is contained in:
Jonas Nick 2020-12-10 20:24:21 +00:00
commit d91c75d4ae
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.11.1-beta";
version = "0.11.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 = "ab0ee694cf3c3113a6d61098ada1953911558fa700dc6f9e90fa4ea1de44ffdb";
sha256 = "88fb0f1560a551778407f45a537de67366fe60d2c77e5bdff0e60b562cdb571b";
};
subPackages = [ "cmd/loop" "cmd/loopd" ];