mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
lndhub-go: 0.8.0 -> 0.9.0
This commit is contained in:
parent
0898779c39
commit
ac4398b9d6
1 changed files with 3 additions and 12 deletions
|
@ -7,25 +7,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lndhub-go";
|
pname = "lndhub-go";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getAlby";
|
owner = "getAlby";
|
||||||
repo = "lndhub.go";
|
repo = "lndhub.go";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "sha256-n/mbTd2gc6+R2prt67uHKxFyFXoFaJ/T+cB7pbVYR+0=";
|
sha256 = "sha256-QtLSI5xjXevTTr85Zsylabhay52ul8jFq1j6WzgSLcs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
vendorSha256 = "sha256-12RTaXStvx29JjE1u3AjBTrPf6gKfLHJHMJpbQysEew=";
|
||||||
# fix inconsistent vendoring
|
|
||||||
# https://github.com/getAlby/lndhub.go/pull/190
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/getAlby/lndhub.go/commit/3bf7149b3b45c4c4a979effee7e166b304342765.patch";
|
|
||||||
sha256 = "sha256-fplDqEv+P3KKs6rSvw04sOp3bBnwuyDWSonKyyDWvlM=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
vendorSha256 = "sha256-KD2/H0nG6Lg590mdaZ8Zm4+ggZcw6yKrITEJLk4BWAU=";
|
|
||||||
|
|
||||||
doCheck = false; # tests require networking
|
doCheck = false; # tests require networking
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue