Commit a65f04c4 authored by R. RyanTM's avatar R. RyanTM
Browse files

imgui: 1.89.2 -> 1.89.3

parent 25105c40
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;