Skip to content

Commit

Permalink
Merge pull request #185649 from prusnak/lndhub
Browse files Browse the repository at this point in the history
lndhub-go: 0.9.0 -> 0.10.0
  • Loading branch information
prusnak authored Aug 8, 2022
2 parents 661c29c + 8bf7be6 commit 90e48e0
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.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "getAlby";
repo = "lndhub.go";
rev = "${version}";
sha256 = "sha256-QtLSI5xjXevTTr85Zsylabhay52ul8jFq1j6WzgSLcs=";
sha256 = "sha256-f/CkmO0KHupmi4XZDWRbvesLnYIxT6DlThgX3S/kdJ8=";
};

vendorSha256 = "sha256-12RTaXStvx29JjE1u3AjBTrPf6gKfLHJHMJpbQysEew=";
vendorSha256 = "sha256-SWQudULFRMrKmxY6ZgH0NL8d6UPxowQnovhRx+209D4=";

doCheck = false; # tests require networking

Expand Down

0 comments on commit 90e48e0

Please sign in to comment.