Merge #267: lightning-loop: 0.11.0-beta -> 0.11.1-beta

50372c9f2f lightning-loop: 0.11.0-beta -> 0.11.1-beta (nixbitcoin)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 50372c9f2f

Tree-SHA512: 011e21cea2cc6c64b0a3a2ca1e0dd2704598bb8afa3531970d1571dffd94e451fa61a57059a6f41bb31039d16527c9da2c6fcaa5edcb99c21594bcf3882bea2b
This commit is contained in:
Jonas Nick 2020-11-18 21:46:51 +00:00
commit 7e81071d0b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 5 additions and 3 deletions

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "lightning-loop";
version = "0.11.0-beta";
version = "0.11.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 = "ce26d8b1bac0c53bd2bc78761c1e1b2e6233e5007686042765f1ec9fd92afc42";
sha256 = "ab0ee694cf3c3113a6d61098ada1953911558fa700dc6f9e90fa4ea1de44ffdb";
};
subPackages = [ "cmd/loop" "cmd/loopd" ];
vendorSha256 = "1kwcmvfk7ja8r75142k2pzinla5i921nrgbnnh4z7zxfpyh2ri4l";
vendorSha256 = "1mpsnalh22gzkggiqsfyccsdji7ilw19ck7ymhjanxa2r11j9ncc";
meta = with lib; {
description = " Lightning Loop: A Non-Custodial Off/On Chain Bridge";

View File

@ -16,6 +16,8 @@ echo "Latest release is ${latest}"
export GNUPGHOME=$TMPDIR
echo "Fetching Alex Bosworth's Key"
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys DE23E73BFA8A0AD5587D2FCDE80D2F3F311FD87E 2> /dev/null
echo "Fetching Oliver Gugger's Key"
gpg --keyserver hkps://keys.openpgp.org --recv-keys F4FC70F07310028424EFC20A8E4256593F177720 2> /dev/null
echo "Verifying latest release"
git verify-tag ${latest}