clightning-plugins: update to latest rev

This commit is contained in:
Erik Arvstedt 2022-05-22 15:56:14 +02:00
parent 19d44c6508
commit 041162d1e3
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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)\";"