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": {
"flake": false,
"locked": {
"lastModified": 1750870001,
"narHash": "sha256-qiESah4j/yHqkOuL5BYANvZfrSqM04CqKONz1jVnkJ0=",
"lastModified": 1752080038,
"narHash": "sha256-m5h/H8k/CZ5Qwr3L9+Elt8XT/Tgwr3s4HuhVtI4wkwE=",
"owner": "ocornut",
"repo": "imgui",
"rev": "85b2fe8486190fa9326565a2fb5fccb6caea4396",
"rev": "5d4126876bc10396d4c6511853ff10964414c776",
"type": "github"
},
"original": {
"owner": "ocornut",
"repo": "imgui",
"rev": "85b2fe8486190fa9326565a2fb5fccb6caea4396",
"rev": "5d4126876bc10396d4c6511853ff10964414c776",
"type": "github"
}
},

View File

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