Skip to content

Commit

Permalink
Merge pull request #204769 from prusnak/lndhub
Browse files Browse the repository at this point in the history
lndhub-go: 0.10.0 -> 0.11.0
  • Loading branch information
prusnak authored Dec 6, 2022
2 parents af57cf2 + 073dfc7 commit aaf07b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/lndhub-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "lndhub-go";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "getAlby";
repo = "lndhub.go";
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

Expand Down

0 comments on commit aaf07b0

Please sign in to comment.