Skip to content

Commit

Permalink
lndhub-go: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Dec 6, 2022
1 parent dc41243 commit 073dfc7
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 073dfc7

Please sign in to comment.