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
|
.direnv
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
result
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,15 @@
|
||||||
with pkgs.python3Packages;
|
with pkgs.python3Packages;
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "lnxlink";
|
pname = "lnxlink";
|
||||||
version = "2025.10.0";
|
version = "2025.12.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "bkbilly";
|
owner = "bkbilly";
|
||||||
repo = "lnxlink";
|
repo = "lnxlink";
|
||||||
rev = "2025.10.0";
|
rev = "2025.12.0";
|
||||||
sha256 = "sha256-Ugs8KIqQbk5mQ1ZaLxjp6gg00baNz5Bhze48u2zQjs8=";
|
sha256 = "sha256-n3/1oVioNkOq8OdPA+iLZ1KE251LzuAW+clPA3W0+Is=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [./fix.patch];
|
patches = [./fix.patch];
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
--- a/requirements_all.txt
|
--- a/requirements.txt
|
||||||
+++ b/requirements_all.txt
|
+++ b/requirements.txt
|
||||||
@@ -1,7 +1,6 @@
|
@@ -1,7 +1,6 @@
|
||||||
# System dependencies
|
# System dependencies
|
||||||
PyYAML>=6.0.1
|
PyYAML>=6.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue