Merge pull request #312270 from trofi/re2c-updater-tag-fix
This commit is contained in:
@@ -35,7 +35,10 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
updateScript = nix-update-script {
|
||||
# Skip non-release tags like `python-experimental`.
|
||||
extraArgs = [ "--version-regex" "([0-9.]+)" ];
|
||||
};
|
||||
tests = {
|
||||
inherit ninja php spamassassin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user