Skip to content

Commit

Permalink
clightning-plugins: update to latest rev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed May 22, 2022
1 parent 19d44c6 commit 041162d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "b88c9278102ea9bffddce8143d31e939b31e835c";
sha256 = "sha256-qf4MYqP2Bwlqqn2y2LCIYuFq71r2m6IFT/w4noW6ePU=";
rev = "7ef9e6c172c0bd0dd09168e19b29e44f7ec6ec4d";
sha256 = "12llf4dnyria0s1x4bmm360d6bxk47z0wyxwwlmq3762mdfl36js";
};

version = builtins.substring 0 7 src.rev;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/clightning-plugins/get-sha256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ archive_hash () {

echo "Fetching latest lightningd/plugins release"
latest=$(git ls-remote https://github.com/lightningd/plugins master | cut -f 1)
echo "rev: ${latest}"
echo "sha256: $(archive_hash lightningd/plugins $latest)"
echo "rev = \"${latest}\";"
echo "sha256 = \"$(archive_hash lightningd/plugins $latest)\";"

0 comments on commit 041162d

Please sign in to comment.