3 , common-updater-scripts
10 , ignoredVersions ? ""
12 , odd-unstable ? false
13 , patchlevel-unstable ? false
14 # an explicit url is needed when src.meta.homepage or src.url don't
15 # point to a git repo (eg. when using fetchurl, fetchzip, ...)
20 inherit pname version attrPath allowedVersions ignoredVersions rev-prefix odd-unstable patchlevel-unstable;
21 versionLister = "${common-updater-scripts}/bin/list-git-tags ${lib.optionalString (url != null) "--url=${url}"}";