clightning-plugins: update to latest rev

This is necessary in preparation for clightning 0.10.1 which requires an update
to the rebalance plugin.
This commit is contained in:
Jonas Nick 2021-08-10 08:37:14 +00:00
parent b6155e4680
commit 650e50b409
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "lightningd";
repo = "plugins";
rev = "6f2b8fb6374600f9e1e06e57884bde99d85383bf";
sha256 = "0hibkwdljpja9974zwbcpvpdhb4c96vda57qfj7cbinvfswj5bi0";
rev = "1f6f701bf1e60882b8fa61cb735e7033c8c29e3c";
sha256 = "088h0yxs0fbrr7r6mi4xmznf0a294i45fbc792xrmwchlay0k7jj";
};
version = builtins.substring 0 7 src.rev;