clightning-plugins: update to latest rev

This commit is contained in:
Erik Arvstedt
2022-05-22 15:57:15 +02:00
parent 19d44c6508
commit 041162d1e3
2 changed files with 4 additions and 4 deletions
+2 -2
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)\";"