imgui: 1.90.3 -> 1.90.4

This commit is contained in:
R. Ryantm 2024-02-28 06:35:52 +00:00
parent c955a45164
commit e9e98a9df5

View file

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