update imgui in flake

This commit is contained in:
Green Sky
2025-07-13 16:00:16 +02:00
parent 776d376232
commit 231e83da4d
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -21,17 +21,17 @@
"imgui": { "imgui": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1750870001, "lastModified": 1752080038,
"narHash": "sha256-qiESah4j/yHqkOuL5BYANvZfrSqM04CqKONz1jVnkJ0=", "narHash": "sha256-m5h/H8k/CZ5Qwr3L9+Elt8XT/Tgwr3s4HuhVtI4wkwE=",
"owner": "ocornut", "owner": "ocornut",
"repo": "imgui", "repo": "imgui",
"rev": "85b2fe8486190fa9326565a2fb5fccb6caea4396", "rev": "5d4126876bc10396d4c6511853ff10964414c776",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ocornut", "owner": "ocornut",
"repo": "imgui", "repo": "imgui",
"rev": "85b2fe8486190fa9326565a2fb5fccb6caea4396", "rev": "5d4126876bc10396d4c6511853ff10964414c776",
"type": "github" "type": "github"
} }
}, },

View File

@@ -21,7 +21,7 @@
flake = false; flake = false;
}; };
imgui = { imgui = {
url = "github:ocornut/imgui/85b2fe8486190fa9326565a2fb5fccb6caea4396"; url = "github:ocornut/imgui/5d4126876bc10396d4c6511853ff10964414c776";
flake = false; flake = false;
}; };
plutosvg = { plutosvg = {