Merge pull request #177150 from prusnak/lndhub

lndhub-go: 0.7.0 -> 0.8.0
This commit is contained in:
Pavol Rusnak 2022-06-11 21:41:09 +02:00 committed by GitHub
commit c94696d49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,25 +7,25 @@
buildGoModule rec { buildGoModule rec {
pname = "lndhub-go"; pname = "lndhub-go";
version = "0.7.0"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getAlby"; owner = "getAlby";
repo = "lndhub.go"; repo = "lndhub.go";
rev = "${version}"; rev = "${version}";
sha256 = "sha256-CQVHU3gIIiucrz9TA2ltPNmj6d22vbraktBoyTHTQ1k="; sha256 = "sha256-n/mbTd2gc6+R2prt67uHKxFyFXoFaJ/T+cB7pbVYR+0=";
}; };
patches = [ patches = [
# fix inconsistent vendoring # fix inconsistent vendoring
# https://github.com/getAlby/lndhub.go/pull/184 # https://github.com/getAlby/lndhub.go/pull/190
(fetchpatch { (fetchpatch {
url = "https://github.com/getAlby/lndhub.go/commit/2ee7ace9385f8626eb15cbf653ccd46423b5a9c5.patch"; url = "https://github.com/getAlby/lndhub.go/commit/3bf7149b3b45c4c4a979effee7e166b304342765.patch";
sha256 = "sha256-1ESPlCTzpFbqshzS6xF4apY8Doz9GvEbZe93Z93P9EI="; sha256 = "sha256-fplDqEv+P3KKs6rSvw04sOp3bBnwuyDWSonKyyDWvlM=";
}) })
]; ];
vendorSha256 = "sha256-bp5q8K7OpvNo28jojaPPj53hUe+me4oLwDBkgZk+0Ec="; vendorSha256 = "sha256-KD2/H0nG6Lg590mdaZ8Zm4+ggZcw6yKrITEJLk4BWAU=";
doCheck = false; # tests require networking doCheck = false; # tests require networking