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

lvgui: 2022-10-26 -> 2023-02-11

This commit is contained in:
Samuel Dionne-Riel 2023-02-11 20:33:04 -05:00
parent 7478a9ffad
commit 161fdf731b

View File

@ -97,13 +97,13 @@ let
in
stdenv.mkDerivation {
pname = "lvgui";
version = "2022-10-26";
version = "2023-02-11";
src = fetchFromGitHub {
repo = "lvgui";
owner = "mobile-nixos";
rev = "364397e6294efb53341cc1c54d4885cb21f40567";
sha256 = "sha256-0lcXgfTwvvZPC8DYrbhfxL0cfFE1+RELubuoSq+9oOY=";
rev = "9280e18c838bcb83bd959bf39ee707d5bb84a954";
sha256 = "sha256-6rZTePZZEMZlBrKSOBr3/3vl6OLwOmqqGMIQ8zzbT3E=";
};
# Document `LVGL_ENV_SIMULATOR` in the built headers.