python3Packages.plink: add updateScript

This commit is contained in:
Alex Epelde
2026-03-22 16:08:25 -04:00
parent 7b0caf2e05
commit 807436d418
@@ -5,6 +5,7 @@
setuptools,
sphinx,
tkinter,
nix-update-script,
}:
buildPythonPackage rec {
@@ -28,6 +29,13 @@ buildPythonPackage rec {
pythonImportsCheck = [ "plink" ];
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"(.*)_as_released"
];
};
meta = {
description = "Full featured Tk-based knot and link editor";
mainProgram = "plink";