1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00

lvgui: 2023-03-02 -> 2023-03-11

Fixes issue with normal orientation displays and touch.
This commit is contained in:
Samuel Dionne-Riel 2023-03-11 15:45:38 -05:00
parent 9a0c317a02
commit cd0786ae66

View File

@ -95,13 +95,13 @@ let
in
stdenv.mkDerivation {
pname = "lvgui";
version = "2023-03-02";
version = "2023-03-11";
src = fetchFromGitHub {
repo = "lvgui";
owner = "mobile-nixos";
rev = "64d6c793be0cd71e9c665762934063e9c037125a";
sha256 = "sha256-k3Q5HF1hKC1LcSUxCxAnCbFrd4l4yYqytwIDEcCkKwk=";
rev = "e5e052e9ef85271caab13552fa503462d11c835f";
sha256 = "sha256-l54Lri0hKEXexO2AsrprnT+1df2Q4ORAvzhtjFwnkuU=";
};
# Document `LVGL_ENV_SIMULATOR` in the built headers.