Skip to content

Commit

Permalink
Merge #375: clightning-plugins: update to latest rev
Browse files Browse the repository at this point in the history
650e50b clightning-plugins: update to latest rev (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 650e50b

Tree-SHA512: a278a8c5a3a058a8b2b6083e78a481ff9fcdc3159333633ea17a0c245b4e1fae7978896da9ce3a21a19b838b300aff0bd76baa4b1900aff7e83df9d738dc0d84
  • Loading branch information
jonasnick committed Aug 10, 2021
2 parents b6155e4 + 650e50b commit aea0afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/clightning-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aea0afa

Please sign in to comment.