imgui: 1.89.1 -> 1.89.2

This commit is contained in:
R. Ryantm 2023-01-08 15:50:03 +00:00
parent 46ee37ca1d
commit 8c5a4c089a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.89.1";
version = "1.89.2";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-wIkbluNGiK5HPmFaS5o2tZt/kPcqcXup+V2jnQQDSd0=";
sha256 = "sha256-NJRDVNnOCJ0lfxSXxzVpSo2m6DCppgdoRRGDYoRcajs=";
};
dontBuild = true;