mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2025-01-07 12:11:28 +03:00
lvgui: 2023-02-11 -> 2023-02-25
See https://github.com/mobile-nixos/lvgui/pull/12
This commit is contained in:
parent
8701fcb144
commit
6a36919d68
@ -97,13 +97,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "lvgui";
|
pname = "lvgui";
|
||||||
version = "2023-02-11";
|
version = "2023-02-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "lvgui";
|
repo = "lvgui";
|
||||||
owner = "mobile-nixos";
|
owner = "mobile-nixos";
|
||||||
rev = "9280e18c838bcb83bd959bf39ee707d5bb84a954";
|
rev = "62100c7b30a4abfd311dc2d8c503f5f253734a70";
|
||||||
sha256 = "sha256-6rZTePZZEMZlBrKSOBr3/3vl6OLwOmqqGMIQ8zzbT3E=";
|
sha256 = "sha256-//d0ZJJdbVqaj+ov8DzWWIIBap1NgCnmPCtKE+XLsTc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Document `LVGL_ENV_SIMULATOR` in the built headers.
|
# Document `LVGL_ENV_SIMULATOR` in the built headers.
|
||||||
|
Loading…
Reference in New Issue
Block a user