Add Ubuntu-24.04-amd64 cligthning hash

This commit is contained in:
Chris Stewart 2025-01-29 12:40:23 -06:00
parent 26cd443b6c
commit 5e2cc826a6

View file

@ -69,7 +69,7 @@ TaskKeys.downloadCLightning := {
} else if (platform == "Ubuntu-22.04-amd64") { } else if (platform == "Ubuntu-22.04-amd64") {
"10a42e4d8f1bfef2c82a4f16725669843a2243729e0904aeb0412981f8f2496c" "10a42e4d8f1bfef2c82a4f16725669843a2243729e0904aeb0412981f8f2496c"
} else if (platform == "Ubuntu-24.04-amd64") { } else if (platform == "Ubuntu-24.04-amd64") {
"" "f78eeb3bf71ad49f0dc7d42e9665b4f377b621b1606b46ab58ea4343f72f7dee"
} }
else sys.error(s"Unsupported OS: ${Properties.osName}") else sys.error(s"Unsupported OS: ${Properties.osName}")