imgui: 1.86 -> 1.87

This commit is contained in:
R. Ryantm
2022-02-12 20:44:50 -08:00
committed by Jonathan Ringer
parent a9c4d08d21
commit a87f8a5a2f
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "imgui";
version = "1.86";
version = "1.87";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "v${version}";
sha256 = "sha256-NuyWrtD+/bRkMlsvU0gNkQhDJVlSPPWhBELN/AtYRwk=";
sha256 = "sha256-H5rqXZFw+2PfVMsYvAK+K+pxxI8HnUC0GlPhooWgEYM=";
};
dontBuild = true;