mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #207800 from r-ryantm/auto-update/lndhub-go
lndhub-go: 0.11.0 -> 0.12.0
This commit is contained in:
commit
5baf267efa
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lndhub-go";
|
pname = "lndhub-go";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getAlby";
|
owner = "getAlby";
|
||||||
repo = "lndhub.go";
|
repo = "lndhub.go";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "sha256-UGrIj/0ysU4i6PQVkuIeyGdKNCMa9LxikaIPhSKGvaQ=";
|
sha256 = "sha256-bwwypqaqlO+T/8ppKIHqGSzVerhQVl7YHrORyrpaa2w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-AiRbUSgMoU8nTzis/7H9HRW2/xZxXFf39JipRbukeiA=";
|
vendorSha256 = "sha256-AiRbUSgMoU8nTzis/7H9HRW2/xZxXFf39JipRbukeiA=";
|
||||||
|
Loading…
Reference in New Issue
Block a user