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

imgui: 1.90.1 -> 1.90.2

parent 23942104
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.90.1";
  version = "1.90.2";

  src = fetchFromGitHub {
    owner = "ocornut";
    repo = "imgui";
    rev = "v${version}";
    sha256 = "sha256-gf47uLeNiXQic43buB5ZnMqiotlUfIyAsP+3H7yJuFg=";
    sha256 = "sha256-0sqV1TgidSuZQLihRTUCd46jKIgwcOJlKjRyOvopqlo=";
  };

  dontBuild = true;