zeekscript: set updateScript

Upstream doesn't seem to be tagging releases anymore.
This commit is contained in:
Michael Daniels
2025-11-12 18:12:43 -05:00
parent 910e0fb15b
commit 1533784e18
+3
View File
@@ -2,6 +2,7 @@
lib,
python3,
fetchFromGitHub,
unstableGitUpdater,
}:
python3.pkgs.buildPythonApplication rec {
@@ -35,6 +36,8 @@ python3.pkgs.buildPythonApplication rec {
"zeekscript"
];
passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; };
meta = {
description = "Zeek script formatter and analyzer";
homepage = "https://github.com/zeek/zeekscript";