feat: update lnxlink to version 2025.12.0
This commit is contained in:
parent
98fae59837
commit
ae27bb6f88
3 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.direnv
|
||||
.pre-commit-config.yaml
|
||||
result
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
with pkgs.python3Packages;
|
||||
buildPythonPackage {
|
||||
pname = "lnxlink";
|
||||
version = "2025.10.0";
|
||||
version = "2025.12.0";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "bkbilly";
|
||||
repo = "lnxlink";
|
||||
rev = "2025.10.0";
|
||||
sha256 = "sha256-Ugs8KIqQbk5mQ1ZaLxjp6gg00baNz5Bhze48u2zQjs8=";
|
||||
rev = "2025.12.0";
|
||||
sha256 = "sha256-n3/1oVioNkOq8OdPA+iLZ1KE251LzuAW+clPA3W0+Is=";
|
||||
};
|
||||
|
||||
patches = [./fix.patch];
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
--- a/requirements_all.txt
|
||||
+++ b/requirements_all.txt
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,7 +1,6 @@
|
||||
# System dependencies
|
||||
PyYAML>=6.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue