Unverified Commit 6c00f668 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

imgui: 1.90.6 -> 1.91.4 (#349885)

parents 2e7b0563 2676fb55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";