lightning-loop: 0.11.0-beta -> 0.11.1-beta

This commit is contained in:
nixbitcoin 2020-11-18 15:36:38 +00:00
parent ddd30cbb28
commit 50372c9f2f
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
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}