clightning-plugins: update to latest rev
This commit is contained in:
parent
19d44c6508
commit
041162d1e3
@ -6,8 +6,8 @@ let
|
|||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "lightningd";
|
owner = "lightningd";
|
||||||
repo = "plugins";
|
repo = "plugins";
|
||||||
rev = "b88c9278102ea9bffddce8143d31e939b31e835c";
|
rev = "7ef9e6c172c0bd0dd09168e19b29e44f7ec6ec4d";
|
||||||
sha256 = "sha256-qf4MYqP2Bwlqqn2y2LCIYuFq71r2m6IFT/w4noW6ePU=";
|
sha256 = "12llf4dnyria0s1x4bmm360d6bxk47z0wyxwwlmq3762mdfl36js";
|
||||||
};
|
};
|
||||||
|
|
||||||
version = builtins.substring 0 7 src.rev;
|
version = builtins.substring 0 7 src.rev;
|
||||||
|
@ -10,5 +10,5 @@ archive_hash () {
|
|||||||
|
|
||||||
echo "Fetching latest lightningd/plugins release"
|
echo "Fetching latest lightningd/plugins release"
|
||||||
latest=$(git ls-remote https://github.com/lightningd/plugins master | cut -f 1)
|
latest=$(git ls-remote https://github.com/lightningd/plugins master | cut -f 1)
|
||||||
echo "rev: ${latest}"
|
echo "rev = \"${latest}\";"
|
||||||
echo "sha256: $(archive_hash lightningd/plugins $latest)"
|
echo "sha256 = \"$(archive_hash lightningd/plugins $latest)\";"
|
||||||
|
Loading…
Reference in New Issue
Block a user