diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-11 12:56:27 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-13 08:53:19 +0100 |
| commit | 754e9b53c5036921da27e202a0400dff46a7e10e (patch) | |
| tree | a3b76b76857d84cd1c8e5e301abd196062210b7b /gnu | |
| parent | 0be86f973f5f0de4bb2857707e79f3832cd53155 (diff) | |
gnu: imgui: Update to 1.92.2b.
* gnu/packages/toolkits.scm (imgui): Update to 1.92.2b.
Change-Id: Ie49bd4f3b131831a52df5820c45b48ee8ec356db
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/toolkits.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm index 75844c4fa72..34a84157319 100644 --- a/gnu/packages/toolkits.scm +++ b/gnu/packages/toolkits.scm @@ -37,7 +37,7 @@ (define-public imgui (package (name "imgui") - (version "1.91.4") + (version "1.92.2b") (source (origin (method git-fetch) (uri (git-reference @@ -46,7 +46,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1lqcsyqj5m4d4g390x7n3jvjanrnsf64fgjxn51v1kc02dw28gpa")) + "108dvbsqyf9am0f744z3ymgfppw1ad0amqkbwwwg2kqdm85dq1wv")) (modules '((guix build utils))) (snippet ;; Remove bundled fonts. |
