Skip to content

Commit

Permalink
lnd: 0.18.2 -> 0.18.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 0043156)
  • Loading branch information
bleetube authored and prusnak committed Sep 12, 2024
1 parent 7d2e66e commit 19cc622
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 @@ -7,16 +7,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 19cc622

Please sign in to comment.