gerbolyze: add update script

This commit is contained in:
Wulfsta 2024-07-03 20:28:51 -04:00
parent 40ea3bed49
commit e82c4b4a5b

View File

@ -2,6 +2,7 @@
, stdenv
, python3Packages
, fetchFromGitHub
, gitUpdater
, resvg
}:
@ -81,6 +82,10 @@ in python3Packages.buildPythonApplication rec {
nativeCheckInputs = [ python3Packages.pytestCheckHook resvg svg-flatten ];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; {
description = "Directly render SVG overlays into Gerber and Excellon files";
homepage = "https://github.com/jaseg/gerbolyze";