Skip to content

Commit

Permalink
lnd: 0.18.2 -> 0.18.3 (#341443)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Sep 12, 2024
2 parents e67ca39 + 0043156 commit 6cea8b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/lnd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "lnd";
version = "0.18.2-beta";
version = "0.18.3-beta";

src = fetchFromGitHub {
owner = "lightningnetwork";
repo = "lnd";
rev = "v${version}";
hash = "sha256-qqvLnJlFGeCizm6T9iUwvYLjWpAeZwbuzQlUUopwrjc=";
hash = "sha256-CNCMVYuLUVmNgW5YTTn3TR1+2UCLbF3/gXXZWiREj/E=";
};

vendorHash = "sha256-BxNtZzwmKJ/kZk7ndtEUC4bMGpd8LEhFFu4Z49bKydE=";
vendorHash = "sha256-dr8Ra8ywy+Zow8JF3K21XZ7lDIIdxvjRz+OD3E+348o=";

subPackages = [ "cmd/lncli" "cmd/lnd" ];

Expand Down

0 comments on commit 6cea8b7

Please sign in to comment.