imgui: 1.90.4 -> 1.90.5

This commit is contained in:
R. Ryantm 2024-04-11 16:43:06 +00:00
parent c81c241415
commit 8a71dbd399

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.90.4";
version = "1.90.5";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-7+Ay7H97tIO6CUsEyaQv4i9q2FCw98eQUq/KYZyfTAw=";
sha256 = "sha256-iTs8bcCAR8lvN1tcKmwyB3CcFmqR1QpqdGqdER920rM=";
};
dontBuild = true;