Commit 9b308dc1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

badchars: add passthru.updateScript

parent 8bf0ea2b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ python3.pkgs.buildPythonApplication rec {
  # no tests are available and it can't be imported (it's only a script, not a module)
  doCheck = false;

  passthru.updateScript = gitUpdater { };

  meta = {
    description = "HEX badchar generator for different programming languages";
    longDescription = ''