mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
lndhub-go: 0.10.0 -> 0.11.0
This commit is contained in:
parent
dc412439e4
commit
073dfc7bbe
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "lndhub-go";
|
pname = "lndhub-go";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getAlby";
|
owner = "getAlby";
|
||||||
repo = "lndhub.go";
|
repo = "lndhub.go";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "sha256-f/CkmO0KHupmi4XZDWRbvesLnYIxT6DlThgX3S/kdJ8=";
|
sha256 = "sha256-UGrIj/0ysU4i6PQVkuIeyGdKNCMa9LxikaIPhSKGvaQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-SWQudULFRMrKmxY6ZgH0NL8d6UPxowQnovhRx+209D4=";
|
vendorSha256 = "sha256-AiRbUSgMoU8nTzis/7H9HRW2/xZxXFf39JipRbukeiA=";
|
||||||
|
|
||||||
doCheck = false; # tests require networking
|
doCheck = false; # tests require networking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user