mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Add Ubuntu-24.04-amd64 cligthning hash
This commit is contained in:
parent
26cd443b6c
commit
5e2cc826a6
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue