From 47dd7d4b7b1b3637e16539c7d8f5002b16a9d0b8 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 16:49:24 +0200 Subject: [PATCH] lnurlp: replace v1.3.0-aio.1 with v1.3.0-aio.2 v1.3.0-aio.1 (tag at 6d8ee66) pointed at an upstream PR cherry-pick without the nostr-transport-RPC work we actually want shipped. No deployed host was running it; remove to prevent it being installable. v1.3.0-aio.2 is cut at aiolabs/lnurlp main HEAD (31cf2eb), which includes the nostr-transport-RPC commit plus three upstream PR cherry-picks (#125 docs, #129 double-slash fix, #133 zap receipt) that landed after the upstream v1.3.0 tag. archive: https://git.atitlan.io/aiolabs/lnurlp/archive/v1.3.0-aio.2.zip sha256: 7a6428c81d4a23c1a7060fcd12d4bd732c1383c2ee3cd91a228a01fee8170b3c --- extensions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions.json b/extensions.json index 3def9ed..2ce9f38 100644 --- a/extensions.json +++ b/extensions.json @@ -277,11 +277,11 @@ "repo": "https://git.atitlan.io/aiolabs/lnurlp", "name": "Pay Links", "min_lnbits_version": "1.4.0", - "version": "1.3.0-aio.1", + "version": "1.3.0-aio.2", "short_description": "Make reusable LNURL pay links", "icon": "https://git.atitlan.io/aiolabs/lnurlp/raw/branch/main/static/image/lnurl-pay.png", - "archive": "https://git.atitlan.io/aiolabs/lnurlp/archive/v1.3.0-aio.1.zip", - "hash": "1b3b982aea53d7935a551fd069efd8ba0f362834494cef14c115ae38b6b54a08" + "archive": "https://git.atitlan.io/aiolabs/lnurlp/archive/v1.3.0-aio.2.zip", + "hash": "7a6428c81d4a23c1a7060fcd12d4bd732c1383c2ee3cd91a228a01fee8170b3c" }, { "id": "splitpayments",