Skip to content

Commit 665347a

Browse files
committed
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...
1 parent a687b50 commit 665347a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/i/imgui.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ package = {
1515
linux = {
1616
["0.0.1"] = {
1717
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
18-
sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190",
18+
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
1919
},
2020
},
2121
macosx = {
2222
["0.0.1"] = {
2323
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
24-
sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190",
24+
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
2525
},
2626
},
2727
windows = {
2828
["0.0.1"] = {
2929
url = "https://github.com/mcpplibs/imgui-m/archive/refs/tags/0.0.1.tar.gz",
30-
sha256 = "b87188bd2ca7d8010a695d5ebfccd76eb3e28b3e002885207493225057f5e190",
30+
sha256 = "168d1f9a2dfc3823d671385654823f7eba25f146d029ceeacfb19a84617af4a0",
3131
},
3232
},
3333
},

0 commit comments

Comments
 (0)