imgui: 1.90.6 -> 1.91.4 (#349885)

This commit is contained in:
Nick Cao 2024-10-20 08:40:42 -04:00 committed by GitHub
commit 6c00f668e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ in
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.90.6";
version = "1.91.4";
outputs = [
# Note: no "dev" because vcpkg installs include/ and imgui-config.cmake
# into different prefixes but expects the merged layout at import time
@ -69,8 +69,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-FSob6FPfg0tF0n72twA5/moLvEaB251BPkIDJUXhYbg=";
rev = "refs/tags/v${version}";
hash = "sha256-6j4keBOAzbBDsV0+R4zTNlsltxz2dJDGI43UIrHXDNM=";
};
cmakeRules = "${vcpkgSource}/ports/imgui";