Unverified Commit 1533784e authored by Michael Daniels's avatar Michael Daniels
Browse files

zeekscript: set updateScript

Upstream doesn't seem to be tagging releases anymore.
parent 910e0fb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";