clightning-plugins: update to latest rev
This commit is contained in:
parent
19d44c6508
commit
041162d1e3
2 changed files with 4 additions and 4 deletions
|
|
@ -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)\";"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue