Without the change build fails on` master` as
https://hydra.nixos.org/build/247722183:
In file included from main.cpp:17:
scsiencrypt.h:357:21: error: 'uint8_t' has not been declared
357 | uint8_t *buffer);
| ^~~~~~~
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'