Unverified Commit ff176855 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

imgui: 1.89.2 -> 1.89.3
parents 81b07682 a65f04c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "imgui";
  version = "1.89.2";
  version = "1.89.3";

  src = fetchFromGitHub {
    owner = "ocornut";
    repo = "imgui";
    rev = "v${version}";
    sha256 = "sha256-NJRDVNnOCJ0lfxSXxzVpSo2m6DCppgdoRRGDYoRcajs=";
    sha256 = "sha256-hPUOqXMpjKNuWVo2RUq2Nw5i+p8PE8qmlyATV7y3Lgg=";
  };

  dontBuild = true;