imgui: 1.89.7 -> 1.89.8

This commit is contained in:
R. Ryantm 2023-08-25 23:08:48 +00:00
parent 5cf3fa6186
commit a645884c01

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.89.7";
version = "1.89.8";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-kio1zy1DVL/Uh4eOqmHNCTE+Tb0GAIvsT4XDPkgHqYs=";
sha256 = "sha256-pkEm7+ZBYAYgAbMvXhmJyxm6DfyQWkECTXcTHTgfvuo=";
};
dontBuild = true;