From 2fd262d36e6936ff7371432e52c68bcdd736baad Mon Sep 17 00:00:00 2001 From: yuannan <1994977-yuannan@users.noreply.gitlab.com> Date: Tue, 1 Apr 2025 23:12:14 +0100 Subject: [PATCH] lenovo-legion-app: 0.0.19-unstable-2025-02-20 -> 0.0.20-unstable-2025-04-01 --- pkgs/os-specific/linux/lenovo-legion/app.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/lenovo-legion/app.nix b/pkgs/os-specific/linux/lenovo-legion/app.nix index 86ea88b54618..911ee6f4b56c 100644 --- a/pkgs/os-specific/linux/lenovo-legion/app.nix +++ b/pkgs/os-specific/linux/lenovo-legion/app.nix @@ -8,13 +8,13 @@ python3.pkgs.buildPythonApplication rec { pname = "lenovo-legion-app"; - version = "0.0.19-unstable-2025-02-20"; + version = "0.0.20-unstable-2025-04-01"; src = fetchFromGitHub { owner = "johnfanv2"; repo = "LenovoLegionLinux"; - rev = "43f2ad0ea67b69f509a0c5f0254272fe85f3b070"; - hash = "sha256-k7CHL59tRjfly1xV+TXjNitkhV7q6qtMhuc+QO5ASkI="; + rev = "19fef88dbbb077d99052e06f3cd9a3675e7bf3aa"; + hash = "sha256-0lQ6LyfjZ1/dc6QjB4a1aBcfxY5lIJJEonwuy9a4V4I="; }; sourceRoot = "${src.name}/python/legion_linux";