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

imgui: 1.90.4 -> 1.90.5
This commit is contained in:
Nick Cao 2024-04-12 08:59:40 -04:00 committed by GitHub
commit e9e8979bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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