update imgui in nix flake

This commit is contained in:
Green Sky
2025-10-09 16:16:46 +02:00
parent 9d7800bb4f
commit f9667430b9
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -21,17 +21,17 @@
"imgui": {
"flake": false,
"locked": {
"lastModified": 1752080038,
"narHash": "sha256-m5h/H8k/CZ5Qwr3L9+Elt8XT/Tgwr3s4HuhVtI4wkwE=",
"lastModified": 1758128722,
"narHash": "sha256-J+h7jJ+4wqr6RivtzyTDMXKxFoGs7dQbzqdu51XgEbc=",
"owner": "ocornut",
"repo": "imgui",
"rev": "5d4126876bc10396d4c6511853ff10964414c776",
"rev": "bf75bfec48fc00f532af8926130b70c0e26eb099",
"type": "github"
},
"original": {
"owner": "ocornut",
"repo": "imgui",
"rev": "5d4126876bc10396d4c6511853ff10964414c776",
"rev": "bf75bfec48fc00f532af8926130b70c0e26eb099",
"type": "github"
}
},

View File

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