From 5e2cc826a60ed03fb5394b4e6c4ce406f0422336 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Wed, 29 Jan 2025 12:40:23 -0600 Subject: [PATCH] Add Ubuntu-24.04-amd64 cligthning hash --- clightning-rpc/clightning-rpc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clightning-rpc/clightning-rpc.sbt b/clightning-rpc/clightning-rpc.sbt index 2ee00ebd4b..f12f249479 100644 --- a/clightning-rpc/clightning-rpc.sbt +++ b/clightning-rpc/clightning-rpc.sbt @@ -69,7 +69,7 @@ TaskKeys.downloadCLightning := { } else if (platform == "Ubuntu-22.04-amd64") { "10a42e4d8f1bfef2c82a4f16725669843a2243729e0904aeb0412981f8f2496c" } else if (platform == "Ubuntu-24.04-amd64") { - "" + "f78eeb3bf71ad49f0dc7d42e9665b4f377b621b1606b46ab58ea4343f72f7dee" } else sys.error(s"Unsupported OS: ${Properties.osName}")