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

imgui: 1.89.8 -> 1.89.9
This commit is contained in:
Mario Rodas 2023-09-08 06:56:38 -05:00 committed by GitHub
commit 99227e1195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.89.8";
version = "1.89.9";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-pkEm7+ZBYAYgAbMvXhmJyxm6DfyQWkECTXcTHTgfvuo=";
sha256 = "sha256-0k9jKrJUrG9piHNFQaBBY3zgNIKM23ZA879NY+MNYTU=";
};
dontBuild = true;