imgui: 1.89.3 -> 1.89.4

This commit is contained in:
R. Ryantm 2023-03-22 16:08:24 +00:00
parent 3014c29604
commit 9871150485

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "imgui"; pname = "imgui";
version = "1.89.3"; version = "1.89.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ocornut"; owner = "ocornut";
repo = "imgui"; repo = "imgui";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-hPUOqXMpjKNuWVo2RUq2Nw5i+p8PE8qmlyATV7y3Lgg="; sha256 = "sha256-iBpJzfU8ATDilU/1zhV9T/1Zy22g8vw81cmkmJ5+6cg=";
}; };
dontBuild = true; dontBuild = true;