From 665347a412bbd8095d58cb116d7b6fcd83b2929e Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Wed, 3 Jun 2026 21:47:32 +0800 Subject: [PATCH] imgui: update 0.0.1 sha256 for re-released tarball The 0.0.1 tag was moved to the merged backend-abstraction/cross-platform code, so the GitHub source tarball checksum changed. old b87188bd... -> new 168d1f9a... --- pkgs/i/imgui.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/i/imgui.lua b/pkgs/i/imgui.lua index 5f66779..d823117 100644 --- a/pkgs/i/imgui.lua +++ b/pkgs/i/imgui.lua @@ -15,19 +15,19 @@ package = { linux = { ["0.0.1"] = { url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz", - sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190", + sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0", }, }, macosx = { ["0.0.1"] = { url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz", - sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190", + sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0", }, }, windows = { ["0.0.1"] = { url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz", - sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190", + sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0", }, }, },