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

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

imgui: 1.90.1 -> 1.90.2
parents 54bb59c4 ece3d186
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;