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

imgui: 1.90.1 -> 1.90.2
This commit is contained in:
Mario Rodas 2024-02-13 10:00:41 -05:00 committed by GitHub
commit 5a14a0994c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;