Merge pull request #251473 from r-ryantm/auto-update/imgui

imgui: 1.89.7 -> 1.89.8
This commit is contained in:
Mario Rodas
2023-08-25 19:55:05 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.89.7";
version = "1.89.8";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-kio1zy1DVL/Uh4eOqmHNCTE+Tb0GAIvsT4XDPkgHqYs=";
sha256 = "sha256-pkEm7+ZBYAYgAbMvXhmJyxm6DfyQWkECTXcTHTgfvuo=";
};
dontBuild = true;