imgui: 1.90.1 -> 1.90.2

This commit is contained in:
R. Ryantm
2024-02-10 09:41:46 +00:00
parent 2394210484
commit ece3d186a5
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.90.1";
version = "1.90.2";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-gf47uLeNiXQic43buB5ZnMqiotlUfIyAsP+3H7yJuFg=";
sha256 = "sha256-0sqV1TgidSuZQLihRTUCd46jKIgwcOJlKjRyOvopqlo=";
};
dontBuild = true;