From 1aa6072ee6bfc8ba1ddda0af9bd19dfb5a9c0e85 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 3 Feb 2026 20:01:18 +0100 Subject: [PATCH] feat: 2025.12.0 -> 2026.2.0 --- default.nix | 7 ++++--- fix.patch | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index 24c2556..b72034c 100644 --- a/default.nix +++ b/default.nix @@ -2,15 +2,15 @@ with pkgs.python3Packages; buildPythonPackage { pname = "lnxlink"; - version = "2025.12.0"; + version = "2026.2.0"; pyproject = true; disabled = pythonOlder "3.8"; src = pkgs.fetchFromGitHub { owner = "bkbilly"; repo = "lnxlink"; - rev = "2025.12.0"; - sha256 = "sha256-n3/1oVioNkOq8OdPA+iLZ1KE251LzuAW+clPA3W0+Is="; + rev = "2026.2.0"; + sha256 = "sha256-PyonUBCeEiXQWsW9v5F3XiQE30xPOkRJTNmtaktg0Sw="; }; patches = [./fix.patch]; @@ -31,6 +31,7 @@ with pkgs.python3Packages; paho-mqtt psutil requests + beaupy # Module dependencies pygobject3 diff --git a/fix.patch b/fix.patch index fb35953..9465a82 100644 --- a/fix.patch +++ b/fix.patch @@ -11,7 +11,8 @@ "inotify>=0.2.10", "jeepney>=0.9.0", "aiohttp>=3.9.0", -- "asyncio>=3.4.3" +- "asyncio>=3.4.3", + "beaupy>=3.10.0" ] [project.urls] @@ -22,6 +23,7 @@ PyYAML>=6.0.1 aiohttp>=3.9.0 -asyncio>=3.4.3 + beaupy>=3.10.0 distro>=1.9.0 inotify>=0.2.10 jeepney>=0.9.0